ThemeSettings constructor

const ThemeSettings({
  1. AppStyle appStyle = const AppStyle(),
  2. ButtonStyles buttonStyles = const ButtonStyles(),
  3. CardStyle cardStyle = const CardStyle(),
  4. AppBarStyle appBarStyle = const AppBarStyle(),
  5. ColorPalette colorPalette = const ColorPalette(),
  6. FormStyle formStyles = const FormStyle(),
  7. TypographySettings typographySettings = const TypographySettings(),
  8. LocalisationSettings localizationSettings = const LocalisationSettings(),
})

Implementation

const ThemeSettings({
  this.appStyle = const AppStyle(),
  this.buttonStyles = const ButtonStyles(),
  this.cardStyle = const CardStyle(),
  this.appBarStyle = const AppBarStyle(),
  this.colorPalette = const ColorPalette(),
  this.formStyles = const FormStyle(),
  this.typographySettings = const TypographySettings(),
  this.localizationSettings = const LocalisationSettings(),
});