본문 바로가기
개발/Flutter

flutter container width 맞추기

by dev_caleb 2022. 8. 1.
728x90

container 는 자식 size가 명확하지 않을 시 최대치로 커진다. 이를 해결하려면 아래를 참고하길

 

 

https://stackoverflow.com/questions/59083611/flutter-how-to-set-container-size-as-wrap-content-in-column

 

Flutter : How to set container size as wrap_content in Column

I want to set Container size dynamic I mean wrap_content how to do in flutter? In below code Container take full width by default but I want to set width in Container as Text() long as Column( ...

stackoverflow.com

 

728x90