update carton info

This commit is contained in:
tzw
2024-02-09 13:35:32 +06:30
parent 62c0da8a96
commit e485e5792e
13 changed files with 466 additions and 352 deletions

View File

@@ -21,9 +21,8 @@ import 'mix_carton_submit.dart';
import 'type_widget.dart';
class MixCartonEditor extends StatefulWidget {
const MixCartonEditor({
Key? key,
}) : super(key: key);
final Carton carton;
const MixCartonEditor({Key? key, required this.carton}) : super(key: key);
@override
State<MixCartonEditor> createState() => _MixCartonEditorState();