fix issues

This commit is contained in:
Sai Naw Wun
2020-10-23 01:27:23 +06:30
parent bbacbd151a
commit d0d664e004
5 changed files with 10 additions and 73 deletions

View File

@@ -16,7 +16,7 @@ import 'discount_editor.dart';
class DiscountList extends StatefulWidget {
final bool selectionMode;
const DiscountList({Key key, this.selectionMode}) : super(key: key);
const DiscountList({Key key, this.selectionMode = false}) : super(key: key);
@override
_DiscountListState createState() => _DiscountListState();
}