|
|
|
|
@ -374,7 +374,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
imageName: 'home_healthcare_service_bg.png',
|
|
|
|
|
opacity: 0.5,
|
|
|
|
|
),
|
|
|
|
|
@ -403,7 +403,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
imageName: 'al-habib_onlne_pharmacy_bg.png',
|
|
|
|
|
),
|
|
|
|
|
DashboardItem(
|
|
|
|
|
@ -431,7 +431,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
color: Hexcolor("#747C80"),
|
|
|
|
|
imageName: 'emergency_service_image.png',
|
|
|
|
|
),
|
|
|
|
|
@ -472,7 +472,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
borderRadius: BorderRadius.circular(6.0),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
@ -505,7 +505,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.29,
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
borderRadius: BorderRadius.circular(6.0),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
@ -536,7 +536,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
height: 150,
|
|
|
|
|
height: MediaQuery.of(context).size.width*0.4,
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
borderRadius: BorderRadius.circular(6.0),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
|