Wd: Item size changes.

merge-update-with-lab-changes
Syed Taha Alam 12 months ago
parent 88cd6f811a
commit 159135bb77

@ -89,7 +89,7 @@ class _SearchResultWithTabForHospitalState
controller: scrollController, controller: scrollController,
children: [ children: [
SizedBox( SizedBox(
width: MediaQuery.of(context).size.width / 4, width: MediaQuery.of(context).size.width / 5.2,
child: showProgress( child: showProgress(
title: TranslationBase.of(context).selectRegion, title: TranslationBase.of(context).selectRegion,
status: _currentIndex == 0 status: _currentIndex == 0
@ -112,7 +112,7 @@ class _SearchResultWithTabForHospitalState
), ),
), ),
SizedBox( SizedBox(
width: MediaQuery.of(context).size.width / 4, width: MediaQuery.of(context).size.width / 5.2,
child: showProgress( child: showProgress(
title: TranslationBase.of(context).selectFacitlity, title: TranslationBase.of(context).selectFacitlity,
status: _currentIndex == 1 status: _currentIndex == 1
@ -136,7 +136,7 @@ class _SearchResultWithTabForHospitalState
), ),
), ),
SizedBox( SizedBox(
width: MediaQuery.of(context).size.width / 4, width: MediaQuery.of(context).size.width / 5.2,
child: showProgress( child: showProgress(
title: TranslationBase.of(context).selectBranch, title: TranslationBase.of(context).selectBranch,
status: _currentIndex == 2 status: _currentIndex == 2
@ -160,7 +160,7 @@ class _SearchResultWithTabForHospitalState
), ),
), ),
SizedBox( SizedBox(
width: MediaQuery.of(context).size.width / 4, width: MediaQuery.of(context).size.width / 5.2,
child: showProgress( child: showProgress(
title: TranslationBase.of(context).selectClinic, title: TranslationBase.of(context).selectClinic,
status: _currentIndex == 3 status: _currentIndex == 3
@ -183,7 +183,7 @@ class _SearchResultWithTabForHospitalState
), ),
), ),
SizedBox( SizedBox(
width: MediaQuery.of(context).size.width / 4, width: MediaQuery.of(context).size.width / 5.2,
child: showProgress( child: showProgress(
title: TranslationBase.of(context).selectDoctor, title: TranslationBase.of(context).selectDoctor,
status: _currentIndex == status: _currentIndex ==
@ -395,8 +395,8 @@ class _SearchResultWithTabForHospitalState
Text( Text(
title!, title!,
style: TextStyle( style: TextStyle(
fontSize: 11, fontSize: 10,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w500,
letterSpacing: -0.44, letterSpacing: -0.44,
), ),
), ),

Loading…
Cancel
Save