add two decimal and add confirm dialog if press back button

This commit is contained in:
Thinzar Win
2020-12-04 17:28:21 +06:30
parent d5a3c4410e
commit 0b339e9dc1
32 changed files with 169 additions and 54 deletions

View File

@@ -80,7 +80,7 @@ class DiscountListRow extends StatelessWidget {
child: Row(
children: <Widget>[
new Text(
"${discount.amount ?? ''}",
"${discount.amount.toStringAsFixed(2) ?? ''}",
style:
new TextStyle(fontSize: 15.0, color: Colors.grey),
),