반응형
IconButton에 기본 패딩 때메 난감했다.
IconButton( padding: EdgeInsets.zero,); -> 실패
그렇다면 방법은?? 아래를 추가해주자.
visualDensity: VisualDensity.compact,
'Flutter' 카테고리의 다른 글
[Flutter] 플러터 - ios 권한 isDenied (0) | 2024.05.10 |
---|---|
[Flutter] 플러터 - Flutter xcodebuild: error: Unable to find a destination matching the provided destination specifier (0) | 2024.05.10 |
[Flutter] 플러터 - error: 'Flutter/Flutter.h' file not found when flutter run on iOS (0) | 2024.05.10 |
[Flutter] 플러터 -TabView - ListView 상단 여백 문제 (0) | 2024.05.07 |
[Flutter] 플러터 - AOS, terminated시 fcm 수신 불가 (0) | 2024.04.08 |