preload user profile picture

This commit is contained in:
2024-08-29 11:30:10 +02:00
parent c7c1132447
commit aba7bbce27
11 changed files with 77 additions and 15 deletions

View File

@@ -96,7 +96,10 @@ class _PatientViewState extends State<PatientView> {
// loadImage();
// var logo = MzanziInnovationHub.of(context)!.theme.logoImage();
return Scaffold(
appBar: const MIHAppBar(barTitle: "Patient Profile"),
appBar: const MIHAppBar(
barTitle: "Patient Profile",
propicFile: null,
),
//drawer: showDrawer(),
body: SafeArea(
child: SingleChildScrollView(