merge-requests/390/head
haroon amjad 3 years ago
parent 9cf9e297cf
commit 3abd7227ec

@ -115,6 +115,7 @@ class _DoctorProfileState extends State<DoctorProfile> with TickerProviderStateM
widget.doctor.noOfPatientsRate,
"",
),
showConfirmMessageDialog: false,
onTap: () {
Navigator.push(
context,

@ -64,6 +64,7 @@ class _SchedulePageState extends State<SchedulePage> {
appBarTitle: TranslationBase.of(context).schedule,
isShowAppBar: true,
baseViewModel: model2,
isShowDecPage: false,
body: SizedBox(
height: MediaQuery.of(context).size.height,
child: Stack(

Loading…
Cancel
Save