merge-update-with-lab-changes
haroon amjad 5 years ago
parent 9cf9e297cf
commit 3abd7227ec

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

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

Loading…
Cancel
Save