기본text는 body2(bodyText2) 란 이름의 text style로 적용되어 있다.
이 body2의 TextStyle을 변경하면 모든 text가 공통적으로 변경된다.
참고
Use themes to share colors and font styles
How to share colors and font styles throughout an app using Themes.
docs.flutter.dev
TextTheme class - material library - Dart API
Material design text theme. Definitions for the various typographical styles found in Material Design (e.g., button, caption). Rather than creating a TextTheme directly, you can obtain an instance as Typography.black or Typography.white. To obtain the curr
api.flutter.dev
'개발 > Flutter' 카테고리의 다른 글
Row, Column 위젯 background 변경 (0) | 2022.06.15 |
---|---|
[Navigator] popUntil (0) | 2022.06.14 |
AlertDialog content에 Column위젯 쓸 때 높이 자동 조절 (0) | 2022.06.13 |
AlertDialog를 사용자가 종료할 수 없게 만들기 (0) | 2022.06.13 |
package 이름 변경 (0) | 2022.06.11 |