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