반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Flutter
- VSCode
- visualstudiocode
- AppBar
- error
- Git
- swift
- database
- 카카오
- AppleSilicon
- datetime
- GitHub
- 플러터
- GetX
- 라이언
- listview
- M1
- Android
- 데스크테리어
- 간단리뷰
- 내돈내산
- ios
- list
- TextField
- 춘식
- 데스크셋업
- xcode
- wrap
- react
- sqflite
Archives
- Today
- Total
welcome to my blog
[Flutter ]textbuttonTheme 본문
728x90
반응형
textButtonTheme: TextButtonThemeData(
style: ButtonStyle(
padding: MaterialStateProperty.all(EdgeInsets.fromLTRB(0, 30, 0, 30)),
minimumSize: MaterialStateProperty.all(Size(double.maxFinite, 50)),
textStyle: MaterialStateProperty.all(TextStyle(fontSize: 30)),
foregroundColor: MaterialStateProperty.all(Color(0xffFFF5DE)),
side: MaterialStateProperty.all(
BorderSide(color: Color(0xff393e7d), width: 1)),
))

728x90
반응형
'Flutter' 카테고리의 다른 글
| [Flutter] RxMap 사용 (0) | 2022.01.20 |
|---|---|
| [Flutter] Wrap, Chip, FlowLayout (0) | 2022.01.11 |
| [Flutter] ThemeData 설정하기 (0) | 2022.01.05 |
| [Flutter] not found command flutter (0) | 2022.01.04 |
| [Flutter] image_picker를 이용한 카메라기능구현 (0) | 2022.01.03 |