Table(
defaultColumnWidth: IntrinsicColumnWidth(flex: 1),
...
);
How to set table column size in TableRow for Flutter Table
I have no idea how to set table column size in Flutter. If I use Row, Expanded can be used, but TableRow does not allow it. Please tell me some advice how to set table column size. The best soluti...
stackoverflow.com
728x90
'Flutter' 카테고리의 다른 글
| [Flutter] sizedbox shrink with max height ; child의 크기에 따라서 박스 높이 조절하기 (0) | 2022.04.25 |
|---|---|
| [Flutter] loop list of widget (0) | 2022.04.23 |
| [Flutter] move scrollController to top or bottom; scroll 위치 이동하기 (0) | 2022.04.23 |
| [Flutter] swipe page to show next week data; 주간 달력 ; 옆으로 밀어서 다음주 데이터 보여주기 (0) | 2022.04.23 |
| [Flutter] api event 수신하여 table_calendar 달력 그리기 (0) | 2022.04.22 |