Column위젯의 mainAxisSize의 값으로 MainAxisSize.min을 줘서 해결
참고
Flutter - Auto size AlertDialog to fit list content
I need to load list cities dynamically from rest webservice and let user choice one city from alert dialog. My code: createDialog() { fetchCities().then((response) { showDialog( ...
stackoverflow.com
'개발 > Flutter' 카테고리의 다른 글
[Navigator] popUntil (0) | 2022.06.14 |
---|---|
[Theme] TextStyle 전체 변경 (0) | 2022.06.13 |
AlertDialog를 사용자가 종료할 수 없게 만들기 (0) | 2022.06.13 |
package 이름 변경 (0) | 2022.06.11 |
Error running pod install (0) | 2022.06.10 |