pinderyTheme top-level property
read / write
Implementation
ThemeData pinderyTheme = new ThemeData(
primaryColor: primary,
primaryColorLight: primaryLight,
primaryColorDark: primaryDark,
accentColor: secondary,
buttonColor: secondaryLight,
buttonTheme: new ButtonThemeData(textTheme: ButtonTextTheme.accent),
brightness: Brightness.dark,
backgroundColor: primaryLight,
highlightColor: secondaryLight,
errorColor: secondaryDark,
)