add business type to profile

This commit is contained in:
2025-07-25 10:11:53 +02:00
parent e2bb96448f
commit 1f6d0414b0
2 changed files with 26 additions and 0 deletions

View File

@@ -646,6 +646,19 @@ class _MihBusinessDetailsState extends State<MihBusinessDetails> {
),
),
),
FittedBox(
child: Text(
widget.arguments.business!.type,
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w600,
color: MzansiInnovationHub.of(context)!
.theme
.secondaryColor(),
),
),
),
const SizedBox(height: 5),
// FittedBox(
// child: Text(
// "Mission & Vision",

View File

@@ -132,6 +132,19 @@ class _MihBusinessDetailsViewState extends State<MihBusinessDetailsView> {
),
),
),
FittedBox(
child: Text(
widget.business.type,
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w600,
color: MzansiInnovationHub.of(context)!
.theme
.secondaryColor(),
),
),
),
const SizedBox(height: 5),
// FittedBox(
// child: Text(
// "Mission & Vision",