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

@@ -608,7 +608,10 @@ class _EditPatientState extends State<EditPatient> {
});
return Scaffold(
appBar: const MIHAppBar(barTitle: "Edit Patient"),
appBar: const MIHAppBar(
barTitle: "Edit Patient",
propicFile: null,
),
body: SafeArea(
child: KeyboardListener(
focusNode: _focusNode,