add two decimal and add confirm dialog if press back button
This commit is contained in:
@@ -88,7 +88,7 @@ class _CustomListState extends State<CustomList> {
|
||||
},
|
||||
child: Container(
|
||||
child: _row(
|
||||
custom.productType, "\$ " + custom.fee.toString()),
|
||||
custom.productType, "\$ " + custom.fee.toStringAsFixed(2)),
|
||||
),
|
||||
);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user