|
|
|
|
@ -110,9 +110,9 @@ class _PatientInPatientScreenState extends State<PatientInPatientScreen> with Si
|
|
|
|
|
labelPadding: EdgeInsets.only(top: 0, left:0, right: 0,bottom: 0),
|
|
|
|
|
unselectedLabelColor: Colors.grey[800],
|
|
|
|
|
tabs: [
|
|
|
|
|
tabWidget(screenSize, _activeTab == 0, TranslationBase.of(context).inPatientAll.toUpperCase(), counter: model.inPatientList.length),
|
|
|
|
|
tabWidget(screenSize, _activeTab == 1, TranslationBase.of(context).inPatient.toUpperCase(), counter: model.myIinPatientList.length),
|
|
|
|
|
tabWidget(screenSize, _activeTab == 2, TranslationBase.of(context).discharged.toUpperCase()),
|
|
|
|
|
tabWidget(screenSize, _activeTab == 0, TranslationBase.of(context).inPatientAll, counter: model.inPatientList.length),
|
|
|
|
|
tabWidget(screenSize, _activeTab == 1, TranslationBase.of(context).inPatient, counter: model.myIinPatientList.length),
|
|
|
|
|
tabWidget(screenSize, _activeTab == 2, TranslationBase.of(context).discharged),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -158,7 +158,7 @@ class _PatientInPatientScreenState extends State<PatientInPatientScreen> with Si
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
title,
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 1.8,
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 1.6,
|
|
|
|
|
color: isActive ? Colors.white : Color(0xFF2B353E),
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
),
|
|
|
|
|
|