|
|
|
|
@ -72,7 +72,7 @@ class _InPatientListPageState extends State<InPatientListPage> {
|
|
|
|
|
activeColor: Colors.red,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
"All Clinic",
|
|
|
|
|
"${TranslationBase.of(context).allClinic}",
|
|
|
|
|
fontSize: 15,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -112,7 +112,7 @@ class _InPatientListPageState extends State<InPatientListPage> {
|
|
|
|
|
activeColor: Colors.red,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
selectedClinicName ?? "Select Clinic",
|
|
|
|
|
selectedClinicName ?? TranslationBase.of(context).clinicSelect,
|
|
|
|
|
fontSize: 15,
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
@ -236,7 +236,7 @@ class _InPatientListPageState extends State<InPatientListPage> {
|
|
|
|
|
Row(
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
"Select Clinic :",
|
|
|
|
|
"${TranslationBase.of(context).clinicSelect} :",
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
fontSize: 18,
|
|
|
|
|
|