개발/Flutter

AlertDialog content에 Column위젯 쓸 때 높이 자동 조절

leebera_ 2022. 6. 13. 05:25

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

 

저작자표시 (새창열림)