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