update carton info
This commit is contained in:
@@ -19,7 +19,7 @@ class CartonListRow extends StatelessWidget {
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
CupertinoPageRoute(builder: (context) => CartonInfo(box: box)),
|
||||
CupertinoPageRoute(builder: (context) => CartonInfo(carton: box)),
|
||||
);
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user