카테고리 없음
[flutter] 버튼꾸미기
하나둘셋원투
2025. 2. 24. 18:36
728x90
ElevatedButton(
style: ButtonStyle(
backgroundColor: WidgetStateProperty.all(Colors.orangeAccent)
// backgroundColor: Colors.orange,
),
강의를보다보면 옛날 스타일로 나우는 경우가 있다.
위와같이 꾸며줘야함!
728x90