New Learned Widget
- 없음
Using Package
- flutter_svg : svg file 을 사용할
(최신버전 패키지 설치때 SDK 버전오류가 발생하여서 0.18.0 버전을 사용하였음)
textTheme: TextTheme(
headline5: TextStyle(fontWeight: FontWeight.bold),
button: TextStyle(fontWeight: FontWeight.bold),
bodyText1: TextStyle(color: kTextColor),
),
스타일 양식을 저장해놓으면 일일이 style 코드를 작성할 필요가 없다
혹여나 양식에서 일부 변경하고 싶은 사항이 생기면 copyWith 메소드를 사용해 style을 변경할수 있다
Source Code : https://github.com/SeongWoo-97/FlutterWay_UI_CloneCoding/tree/master/food_delivery_app