add row height
This commit is contained in:
@@ -25,15 +25,18 @@ class _MihAttributesState extends State<MihAttributes> {
|
|||||||
children: [
|
children: [
|
||||||
TableCell(
|
TableCell(
|
||||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||||
child: Padding(
|
child: SizedBox(
|
||||||
padding: const EdgeInsets.only(bottom: 15.0),
|
height: 150,
|
||||||
child: FittedBox(
|
child: Padding(
|
||||||
child: Center(
|
padding: const EdgeInsets.only(bottom: 15.0),
|
||||||
child: Icon(
|
child: FittedBox(
|
||||||
icon,
|
child: Center(
|
||||||
// size: 125,
|
child: Icon(
|
||||||
color:
|
icon,
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
// size: 125,
|
||||||
|
color:
|
||||||
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user