add business type to profile
This commit is contained in:
parent
e2bb96448f
commit
1f6d0414b0
2 changed files with 26 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue