|
|
|
@ -542,7 +542,7 @@ class _DelivryBookingDataState extends State<DelivryBookingData> with TickerProv
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
Image(
|
|
|
|
|
image: AssetImage('images/no_data.png'),
|
|
|
|
|
image: AssetImage('images/serverissue.png'),
|
|
|
|
|
// height: MediaQuery.of(context).size.height * .10,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
@ -719,7 +719,7 @@ class _DelivryBookingDataState extends State<DelivryBookingData> with TickerProv
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
Image(
|
|
|
|
|
image: AssetImage('images/no_data.png'),
|
|
|
|
|
image: AssetImage('images/serverissue.png'),
|
|
|
|
|
// height: MediaQuery.of(context).size.height * .10,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|