ThemeSettings constructor
const
ThemeSettings({
- AppStyle appStyle = const AppStyle(),
- ButtonStyles buttonStyles = const ButtonStyles(),
- CardStyle cardStyle = const CardStyle(),
- AppBarStyle appBarStyle = const AppBarStyle(),
- ColorPalette colorPalette = const ColorPalette(),
- FormStyle formStyles = const FormStyle(),
- TypographySettings typographySettings = const TypographySettings(),
- 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(),
});