PAP-576: fix design

merge-requests/297/head
Elham Rababah 5 years ago
parent fa23c607bd
commit 2e035e2c6b

@ -124,7 +124,7 @@ class _AmbulanceRequestIndexPageState extends State<AmbulanceRequestIndexPage> {
: Column(
children: [
SizedBox(
height: 80,
height: 20,
),
Container(
margin: EdgeInsets.only(left: 12, right: 12),

@ -210,7 +210,9 @@ class _SelectTransportationMethodState
SizedBox(
height: 5,
),
Row(
Container(
margin: EdgeInsets.only(bottom:65 ),
child: Row(
children: [
Expanded(
child: InkWell(
@ -276,6 +278,10 @@ class _SelectTransportationMethodState
),
],
),
),
SizedBox(
height: 30,
),
],
),
SizedBox(

Loading…
Cancel
Save