add row height
This commit is contained in:
parent
c1f2471e77
commit
6dde66a7a7
1 changed files with 12 additions and 9 deletions
|
|
@ -25,6 +25,8 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||||
children: [
|
children: [
|
||||||
TableCell(
|
TableCell(
|
||||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||||
|
child: SizedBox(
|
||||||
|
height: 150,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(bottom: 15.0),
|
padding: const EdgeInsets.only(bottom: 15.0),
|
||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
|
|
@ -39,6 +41,7 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
TableCell(
|
TableCell(
|
||||||
verticalAlignment: TableCellVerticalAlignment.middle,
|
verticalAlignment: TableCellVerticalAlignment.middle,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue