제목의 글자색을 바꿔보자 !
↓↓↓↓↓↓↓↓↓↓
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/