|
|
|
@ -41,7 +41,7 @@ class _CMCPageState extends State<CMCPage>
|
|
|
|
builder: (_, model, widget) => AppScaffold(
|
|
|
|
builder: (_, model, widget) => AppScaffold(
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
description: TranslationBase.of(context).HHCNotAuthMsg,
|
|
|
|
description: TranslationBase.of(context).HHCNotAuthMsg,
|
|
|
|
appBarTitle: TranslationBase.of(context).homeHealthCare,
|
|
|
|
appBarTitle: TranslationBase.of(context).comprehensiveMedicalCheckup,
|
|
|
|
body: Scaffold(
|
|
|
|
body: Scaffold(
|
|
|
|
extendBodyBehindAppBar: true,
|
|
|
|
extendBodyBehindAppBar: true,
|
|
|
|
appBar: PreferredSize(
|
|
|
|
appBar: PreferredSize(
|
|
|
|
|