fix: Remove ontap for courier item
This commit is contained in:
parent
55c0d434cd
commit
5381e89f68
|
@ -9,13 +9,6 @@ class _Courier extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(final BuildContext context) => InkWell(
|
Widget build(final BuildContext context) => InkWell(
|
||||||
onTap: () {
|
|
||||||
Navigator.of(context).push(
|
|
||||||
MaterialPageRoute(
|
|
||||||
builder: (final BuildContext context) => CouriersDetails(),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 15),
|
padding: const EdgeInsets.symmetric(horizontal: 15),
|
||||||
height: 48,
|
height: 48,
|
||||||
|
|
Loading…
Reference in a new issue