VDefaultThemeProps constructor
const
VDefaultThemeProps({
- VAccordionProperties? vAccordionProperties,
- VAppBarProperties? vAppBarProperties,
- VAvatarProperties? vAvatarProperties,
- VBannerProperties? vBannerProperties,
- VButtonProperties? vButtonProperties,
- VChipsRemovableProperties? vChipsRemovableProperties,
- VChipsSelectionProperties? vChipsSelectionProperties,
- VComboboxProperties? vComboboxProperties,
- VContentCardProperties? vContentCardProperties,
- VDividerProperties? vDividerProperties,
- VDropdownIconProperties? vDropdownIconProperties,
- VDropdownTextProperties? vDropdownTextProperties,
- VFlagProperties? vFlagProperties,
- VInputProperties? vInputProperties,
- VLinkProperties? vLinkProperties,
- VListItemProperties? vListItemProperties,
- VPanelProperties? vPanelProperties,
- VProgressProperties? vProgressProperties,
- VSelectProperties? vSelectProperties,
- VTabBarProperties? vTabBarProperties,
- VToggleProperties? vToggleProperties,
- VWizardProperties? vWizardProperties,
- Color? active,
- Color? activeHover,
- Color? activePressed,
- Color? subtle,
- Color? activeSubtle,
- Color? surface1,
- Color? surface2,
- Color? surface3,
- Color? surfaceHighlight,
- Color? surfaceLowlight,
- Color? text,
- Color? textSubtle,
- Color? onActive,
- Color? border,
- Color? disabled,
- Color? accent,
- Color? overlay,
- Color? transparent,
Implementation
const VDefaultThemeProps({
// VTheme
this.vAccordionProperties,
this.vAppBarProperties,
this.vAvatarProperties,
this.vBannerProperties,
this.vBottomNavBarProperties,
this.vButtonProperties,
this.vChipsRemovableProperties,
this.vChipsSelectionProperties,
this.vComboboxProperties,
this.vContentCardProperties,
this.vDividerProperties,
this.vDropdownIconProperties,
this.vDropdownTextProperties,
this.vFlagProperties,
this.vInputProperties,
this.vLinkProperties,
this.vListItemProperties,
this.vNavDrawerProperties,
this.vPanelProperties,
this.vProgressProperties,
this.vSelectProperties,
this.vTabBarProperties,
this.vToggleProperties,
this.vWizardProperties,
this.active,
this.activeHover,
this.activePressed,
this.subtle,
this.activeSubtle,
this.surface1,
this.surface2,
this.surface3,
this.surfaceHighlight,
this.surfaceLowlight,
this.text,
this.textSubtle,
this.onActive,
this.border,
this.disabled,
this.accent,
this.overlay,
this.transparent,
});