add row height
This commit is contained in:
@@ -25,6 +25,8 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||
children: [
|
||||
TableCell(
|
||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||
child: SizedBox(
|
||||
height: 150,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(bottom: 15.0),
|
||||
child: FittedBox(
|
||||
@@ -39,6 +41,7 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
TableCell(
|
||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user