我认为最简单的方法是调整正在使用的主题的标题颜色:
theme: new ThemeData( primarySwatch: Colors.grey, primaryTextTheme: TextTheme( headline6: TextStyle( color: Colors.white ) ))

我认为最简单的方法是调整正在使用的主题的标题颜色:
theme: new ThemeData( primarySwatch: Colors.grey, primaryTextTheme: TextTheme( headline6: TextStyle( color: Colors.white ) ))