|
|
|
@ -45,7 +45,8 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
top: MediaQuery.of(context).size.width * 0.12,
|
|
|
|
top: MediaQuery.of(context).size.width * 0.12,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
color: Colors.white10, shape: BoxShape.circle),
|
|
|
|
color: Colors.white10,
|
|
|
|
|
|
|
|
shape: BoxShape.circle),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
children: <Widget>[
|
|
|
|
children: <Widget>[
|
|
|
|
Icon(
|
|
|
|
Icon(
|
|
|
|
@ -55,7 +56,8 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height:
|
|
|
|
height:
|
|
|
|
MediaQuery.of(context).size.width * 0.03,
|
|
|
|
MediaQuery.of(context).size.width *
|
|
|
|
|
|
|
|
0.03,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
TranslationBase.of(context).deliveryInfo,
|
|
|
|
TranslationBase.of(context).deliveryInfo,
|
|
|
|
@ -66,10 +68,12 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height:
|
|
|
|
height:
|
|
|
|
MediaQuery.of(context).size.width * 0.03,
|
|
|
|
MediaQuery.of(context).size.width *
|
|
|
|
|
|
|
|
0.03,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
TranslationBase.of(context).confirmationSent,
|
|
|
|
TranslationBase.of(context)
|
|
|
|
|
|
|
|
.confirmationSent,
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|
color: Colors.white,
|
|
|
|
color: Colors.white,
|
|
|
|
fontSize: 13,
|
|
|
|
fontSize: 13,
|
|
|
|
@ -113,7 +117,8 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
padding: EdgeInsets.all(8),
|
|
|
|
padding: EdgeInsets.all(8),
|
|
|
|
color: Colors.orangeAccent,
|
|
|
|
color: Colors.orangeAccent,
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
borderRadius: new BorderRadius.circular(10.0),
|
|
|
|
borderRadius:
|
|
|
|
|
|
|
|
new BorderRadius.circular(10.0),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
label: Text(
|
|
|
|
label: Text(
|
|
|
|
TranslationBase.of(context).addNoteBtn,
|
|
|
|
TranslationBase.of(context).addNoteBtn,
|
|
|
|
@ -126,16 +131,18 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
onPressed: () {},
|
|
|
|
onPressed: () {},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height:
|
|
|
|
height: MediaQuery.of(context).size.width *
|
|
|
|
MediaQuery.of(context).size.width * 0.02, //20,
|
|
|
|
0.02, //20,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
margin: EdgeInsets.all(10),
|
|
|
|
margin: EdgeInsets.all(10),
|
|
|
|
child: SecondaryButton(
|
|
|
|
child: SecondaryButton(
|
|
|
|
label: TranslationBase.of(context).nextDelivery,
|
|
|
|
label: TranslationBase.of(context)
|
|
|
|
|
|
|
|
.nextDelivery,
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
getNextOrder(context, model);
|
|
|
|
getNextOrder(context, model);
|
|
|
|
},),
|
|
|
|
},
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
@ -158,7 +165,8 @@ class DeliveryConfirmedPage extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],),
|
|
|
|
],
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|