texttheme + flutter font texttheme [Flutter] ThemeData, TextTheme를 적용해서 앱의 테마를 지정해보자앱, 웹을 처음 만들때 프론트엔드에서 다크모드, 라이트모드를 미리 생각하고 만들지 않는다면 디자인 시스템에 빠르게 맞추지 못할수도 있기 때문에 처음 만들때 ThemeData, TextTheme을 미리 설정해놓고 작업을 하는게 좋다. 그래서 ThemeData, TextTheme 화면마다 공통 된 Theme을 적용해보려고 한다. 1. ThemeData 설정 https://api.flutter.dev/flutter/material/ThemeData-class.html ThemeData class - material library - Dart API Defines the configuration of the overall visual Theme for a MaterialApp or a widget subtree.. wono | discuss | tweet
+ flutter font texttheme [Flutter] ThemeData, TextTheme를 적용해서 앱의 테마를 지정해보자앱, 웹을 처음 만들때 프론트엔드에서 다크모드, 라이트모드를 미리 생각하고 만들지 않는다면 디자인 시스템에 빠르게 맞추지 못할수도 있기 때문에 처음 만들때 ThemeData, TextTheme을 미리 설정해놓고 작업을 하는게 좋다. 그래서 ThemeData, TextTheme 화면마다 공통 된 Theme을 적용해보려고 한다. 1. ThemeData 설정 https://api.flutter.dev/flutter/material/ThemeData-class.html ThemeData class - material library - Dart API Defines the configuration of the overall visual Theme for a MaterialApp or a widget subtree.. wono | discuss | tweet