티스토리 뷰

728x90
반응형

앱바 테마 변경에 대한 설명은 아래 페이지에 자세히 나와있다.

codelabs.developers.google.com/codelabs/first-flutter-app-pt2/#6

 

Write Your First Flutter App, part 2  |  Google Codelabs

Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you’ll extend a simple mobile app to add interactivity, navigation, and change its theme color.

codelabs.developers.google.com

MyApp 클래스에서 theme를 추가해주면 된다. 메인 컬러를 Colors.<색>으로 설정할 수 있다.

Colors.white로 앱바 색을 변경해주었다.

 

 

Ctrl+F5를 눌러서 확인해보면 하얀색으로 잘 변경된 것을 확인할 수 있다!

728x90
반응형
댓글