DEV/flutter (dart)
Flutter Container 위젯 예시
석봉
2023. 1. 31. 14:52
// Container 예시
Container(
width: 50,
height: 50,
color: Colors.red
)