问题 In my styles.dart I have the following theme: final ThemeData purpleTheme = ThemeData( brightness: Brightness.light, primaryColor: PURPLE, buttonColor: GREEN, fontFamily: FontNameDefault, buttonTheme: ButtonThemeData( textTheme: ButtonTextTheme .primary, // TODO: This is making the flat buttons all appear in blue instead of purple buttonColor: GREEN, height: 45), appBarTheme: AppBarTheme( textTheme: TextTheme(title: AppBarTextStyle, button: AppBarTextStyle), iconTheme: new IconThemeData(color