table 패키지들 중에서 탭하면 숨겨진 하위 row를 보여주는 기능을 찾지 못했다.
table의 row를 탭하는 것은 Table 클래스의 TableRowInkWell 을 사용하였고,
숨기기는 빈 container를 보여주는 것으로 처리했다
References
https://stackoverflow.com/questions/63247266/handle-tap-in-flutter-tablerow
Handle tap in Flutter TableRow
I need to make the TableRow clickable and navigate to other screen but I cannot wrap TableRow with GestureDetector or Inkwell. How can I make the TableRow clickable. I have implemented as follows: ...
stackoverflow.com
https://stackoverflow.com/questions/56004169/flutter-how-to-hide-or-set-tablerow-visible
Flutter - How to hide or set tablerow visible?
I am using Flutter Table widget. I wish to hide one of the table rows based on certain conditions. I have tried Visibility widget over Tablerow but it does not allow. I also tried boolean conditio...
stackoverflow.com
'Flutter' 카테고리의 다른 글
[Flutter] Color widget by contidion ; 조건에 따라 색 변경 (0) | 2022.04.20 |
---|---|
[Flutter] page swipe / slidable ; 화면을 옆으로 밀기 (0) | 2022.04.20 |
[Flutter] table 표그리기 (0) | 2022.04.14 |
[Flutter] iOS 앱스토어 / android 플레이스토어 버전 업데이트 (0) | 2022.04.14 |
[Flutter / Error] M1 Mac : flutter build ios 에러 (0) | 2022.04.14 |