text

개발/Flutter

[Theme] TextStyle 전체 변경

기본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, captio..

개발/Android

버튼 텍스트 소문자로 보이게하기

위 이미지처럼 textAllCaps라는 속성의 값이 default 값인 true로 되어있는데 이것을 false로 바꾸면 된다.

leebera_
'text' 태그의 글 목록