KevinThemeIos constructor

const KevinThemeIos({
  1. KevinInsets? insets,
  2. KevinGeneralStyle? generalStyle,
  3. KevinNavigationBarStyle? navigationBarStyle,
  4. KevinSheetPresentationStyle? sheetPresentationStyle,
  5. KevinSectionStyle? sectionStyle,
  6. KevinGridTableStyle? gridTableStyle,
  7. KevinListTableStyle? listTableStyle,
  8. KevinNavigationLinkStyle? navigationLinkStyle,
  9. KevinButtonStyle? mainButtonStyle,
  10. KevinButtonStyle? negativeButtonStyle,
  11. KevinTextFieldStyle? textFieldStyle,
  12. 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,
});