728x90
반응형
shrinkWrap 에 대해 알아봅시다.
해당 속성을 true로 변경하게 되면, 필요한 공간만 차지하도록 동작을 변경할 수 있습니다 (항목이 넘어간다면 당연히 스크롤 됩니다)
아래의 코드 가 있습니다.
중간에 이번에 사용할 shrinkWrap 가 true 되어있습니다. 이렇게 하면 원래 ListView 가 전체의 크기를 가지려 했지만, shrinkWrap 때문에 해당 text 위젯들이 있는 구간만으로 작아지게 됩니다.
끝.
300x250
반응형
'Flutter' 카테고리의 다른 글
Flutter(dart) https SSL 인증서 오류 (proxy, self-signed 인증서) (0) | 2024.02.03 |
---|---|
Check if the email is valid or not in Flutter (2) | 2023.12.30 |
flutter / ERROR ) Unable to boot device because it cannot be located on disk (갱신) (0) | 2023.12.16 |
GoogleFonts as default fonts in flutter app (1) | 2023.11.19 |
flutter error message(Flutter/Release.xcconfig) (0) | 2023.09.26 |