KevinThemeIos constructor
const
KevinThemeIos({
- KevinInsets? insets,
- KevinGeneralStyle? generalStyle,
- KevinSheetPresentationStyle? sheetPresentationStyle,
- KevinSectionStyle? sectionStyle,
- KevinGridTableStyle? gridTableStyle,
- KevinListTableStyle? listTableStyle,
- KevinButtonStyle? mainButtonStyle,
- KevinButtonStyle? negativeButtonStyle,
- KevinTextFieldStyle? textFieldStyle,
- KevinEmptyStateStyle? emptyStateStyle,
Implementation
const KevinThemeIos({
this.insets,
this.generalStyle,
this.navigationBarStyle,
this.sheetPresentationStyle,
this.sectionStyle,
this.gridTableStyle,
this.listTableStyle,
this.navigationLinkStyle,
this.mainButtonStyle,
this.negativeButtonStyle,
this.textFieldStyle,
this.emptyStateStyle,
});