sender and consignee selection

This commit is contained in:
tzw
2024-03-05 16:32:54 +06:30
parent b443293cd0
commit 247140de6b
5 changed files with 63 additions and 59 deletions

View File

@@ -62,6 +62,7 @@ class _CartonSizeEditorState extends State<CartonSizeEditor> {
final lengthBox = LengthPicker(
controller: _lengthController,
lableKey: "box.length",
displayFeet: true,
);
final widthBox = LengthPicker(
controller: _widthController,