DEV/flutter (dart)
Flutter width, height를 무한으로... (가능 범위 내)
석봉
2023. 1. 31. 15:08
// width, height 무한(가능 범위 내)
Container(
width: double.infinity,
)