set up business

This commit is contained in:
2025-04-25 15:33:28 +02:00
parent 62b092baf8
commit 3159129cdf
11 changed files with 398 additions and 157 deletions

View File

@@ -232,6 +232,8 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
fileNameController: proPicController,
userSelectedfile: proPic,
frameColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
backgroundColor:
MzanziInnovationHub.of(context)!.theme.primaryColor(),
onChange: (selectedImage) {
setState(() {
proPic = selectedImage;