.
This commit is contained in:
@@ -512,7 +512,9 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Widget displayBusinessCount() {
|
Widget displayBusinessCount() {
|
||||||
return Column(
|
return SizedBox(
|
||||||
|
// width: 300,
|
||||||
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
@@ -562,11 +564,14 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget displayUserCount() {
|
Widget displayUserCount() {
|
||||||
return Column(
|
return SizedBox(
|
||||||
|
// width: 300,
|
||||||
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
@@ -616,6 +621,7 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -668,9 +674,17 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Padding(
|
// ===================== Divider
|
||||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
Padding(
|
||||||
child: Divider(),
|
padding: EdgeInsets.symmetric(
|
||||||
|
vertical: 10.0,
|
||||||
|
horizontal: 25,
|
||||||
|
),
|
||||||
|
child: Divider(
|
||||||
|
thickness: 1,
|
||||||
|
color: MihColors.getGreenColor(
|
||||||
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 10,
|
// height: 10,
|
||||||
@@ -692,14 +706,24 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
displayBusinessCount(),
|
displayBusinessCount(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const Padding(
|
// ===================== Divider
|
||||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
Padding(
|
||||||
child: Divider(),
|
padding: EdgeInsets.symmetric(
|
||||||
|
vertical: 10.0,
|
||||||
|
horizontal: 25,
|
||||||
|
),
|
||||||
|
child: Divider(
|
||||||
|
thickness: 1,
|
||||||
|
color: MihColors.getGreenColor(
|
||||||
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 10,
|
// height: 10,
|
||||||
// ),
|
// ),
|
||||||
Wrap(
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 25.0),
|
||||||
|
child: Wrap(
|
||||||
alignment: WrapAlignment.start,
|
alignment: WrapAlignment.start,
|
||||||
crossAxisAlignment: WrapCrossAlignment.start,
|
crossAxisAlignment: WrapCrossAlignment.start,
|
||||||
spacing: 10,
|
spacing: 10,
|
||||||
@@ -709,8 +733,9 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
ourMission(),
|
ourMission(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 25,
|
||||||
),
|
),
|
||||||
Wrap(
|
Wrap(
|
||||||
alignment: WrapAlignment.center,
|
alignment: WrapAlignment.center,
|
||||||
@@ -802,9 +827,17 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
const Padding(
|
// ===================== Divider
|
||||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
Padding(
|
||||||
child: Divider(),
|
padding: EdgeInsets.symmetric(
|
||||||
|
vertical: 10.0,
|
||||||
|
horizontal: 25,
|
||||||
|
),
|
||||||
|
child: Divider(
|
||||||
|
thickness: 1,
|
||||||
|
color: MihColors.getGreenColor(
|
||||||
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
Column(
|
Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@@ -817,9 +850,17 @@ class _MihInfoState extends State<MihInfo> {
|
|||||||
founderBio(),
|
founderBio(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const Padding(
|
// ===================== Divider
|
||||||
padding: EdgeInsets.symmetric(vertical: 10.0),
|
Padding(
|
||||||
child: Divider(),
|
padding: EdgeInsets.symmetric(
|
||||||
|
vertical: 10.0,
|
||||||
|
horizontal: 25,
|
||||||
|
),
|
||||||
|
child: Divider(
|
||||||
|
thickness: 1,
|
||||||
|
color: MihColors.getGreenColor(
|
||||||
|
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
mihSocials(),
|
mihSocials(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user