sender and consignee selection
This commit is contained in:
@@ -62,6 +62,7 @@ class _CartonSizeEditorState extends State<CartonSizeEditor> {
|
||||
final lengthBox = LengthPicker(
|
||||
controller: _lengthController,
|
||||
lableKey: "box.length",
|
||||
displayFeet: true,
|
||||
);
|
||||
final widthBox = LengthPicker(
|
||||
controller: _widthController,
|
||||
|
||||
Reference in New Issue
Block a user