merge-update-with-lab-changes
Mohammad Aljmma 5 years ago
parent fdeac4823e
commit 741126102d

@ -686,7 +686,7 @@ class _HomePageState extends State<HomePage> {
child: Container(), child: Container(),
), ),
Texts( Texts(
TranslationBase.of(context).viewMore, TranslationBase.of(context).viewAll,
color: Colors.white, color: Colors.white,
bold: true, bold: true,
) )
@ -727,7 +727,7 @@ class _HomePageState extends State<HomePage> {
child: Container(), child: Container(),
), ),
Texts( Texts(
TranslationBase.of(context).viewMore, TranslationBase.of(context).viewAll,
color: Colors.white, color: Colors.white,
bold: true, bold: true,
) )

@ -779,6 +779,8 @@ class TranslationBase {
String get orderStatus => localizedValues['orderStatus'][locale.languageCode]; String get orderStatus => localizedValues['orderStatus'][locale.languageCode];
String get cancelOrder => localizedValues['CancelOrder'][locale.languageCode]; String get cancelOrder => localizedValues['CancelOrder'][locale.languageCode];
// String get viewAll => localizedValues['viewMore'][locale.languageCode];
} }

Loading…
Cancel
Save