Flutter 글자색 변경하기

김젼이·2022년 6월 2일
0

Flutter

목록 보기
2/3

제목의 글자색을 바꿔보자 !


↓↓↓↓↓↓↓↓↓↓


text에 글자를 입력하고 style을 넣어 TextStyle을 적용한다.

appBar: AppBar(
        title: Text("Jyunny First App", 
        style: TextStyle(color: Colors.blue),
        ),
      )

참고: https://www.codewithflutter.com/flutter-how-to-change-the-appbar-back-button-color-and-icon/

profile
세상에 쓸모없는 배움은 없다.

0개의 댓글