change base on comment in gitlab

setting_branch
enadhilal 6 years ago
parent ed27e27244
commit 9d9f411bd0

@ -16,7 +16,7 @@ class DeliveryConfirmedPage extends StatelessWidget {
return AppScaffold( return AppScaffold(
body: SafeArea( body: SafeArea(
child: Container( child: Container(
color: Theme.of(context).disabledColor, color: Theme.of(context).primaryColor,
child: ListView( child: ListView(
children: <Widget>[ children: <Widget>[
Column( Column(

@ -18,14 +18,14 @@ class InformationPage extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return AppScaffold( return AppScaffold(
isShowAppBar: true, isShowAppBar: true,
appBarColor: Theme.of(context).disabledColor, appBarColor: Theme.of(context).primaryColor,
arrowColor: Colors.white, arrowColor: Colors.white,
titleColor: Colors.white, titleColor: Colors.white,
appBarTitle: TranslationBase.of(context).deliveryInfo, appBarTitle: TranslationBase.of(context).deliveryInfo,
body: Container( body: Container(
color: Theme.of(context).disabledColor, color: Theme.of(context).primaryColor,
child: Container( child: Container(
color: Theme.of(context).disabledColor, color: Theme.of(context).primaryColor,
child: ListView( child: ListView(
children: <Widget>[ children: <Widget>[
Column( Column(
@ -110,7 +110,7 @@ class InformationPage extends StatelessWidget {
btnFunction: () {}, btnFunction: () {},
), ),
deliveryInfoButton( deliveryInfoButton(
btnColor: Theme.of(context).disabledColor, btnColor: Theme.of(context).primaryColor,
btnIcon: Icon( btnIcon: Icon(
Icons.phone, Icons.phone,
size: 30, size: 30,

Loading…
Cancel
Save