VDefaultThemeProps constructor

const VDefaultThemeProps({
  1. VAccordionProperties? vAccordionProperties,
  2. VAppBarProperties? vAppBarProperties,
  3. VAvatarProperties? vAvatarProperties,
  4. VBannerProperties? vBannerProperties,
  5. VBottomNavBarProperties? vBottomNavBarProperties,
  6. VButtonProperties? vButtonProperties,
  7. VChipsRemovableProperties? vChipsRemovableProperties,
  8. VChipsSelectionProperties? vChipsSelectionProperties,
  9. VComboboxProperties? vComboboxProperties,
  10. VContentCardProperties? vContentCardProperties,
  11. VDividerProperties? vDividerProperties,
  12. VDropdownIconProperties? vDropdownIconProperties,
  13. VDropdownTextProperties? vDropdownTextProperties,
  14. VFlagProperties? vFlagProperties,
  15. VInputProperties? vInputProperties,
  16. VLinkProperties? vLinkProperties,
  17. VListItemProperties? vListItemProperties,
  18. VNavDrawerProperties? vNavDrawerProperties,
  19. VPanelProperties? vPanelProperties,
  20. VProgressProperties? vProgressProperties,
  21. VSelectProperties? vSelectProperties,
  22. VTabBarProperties? vTabBarProperties,
  23. VToggleProperties? vToggleProperties,
  24. VWizardProperties? vWizardProperties,
  25. Color? active,
  26. Color? activeHover,
  27. Color? activePressed,
  28. Color? subtle,
  29. Color? activeSubtle,
  30. Color? surface1,
  31. Color? surface2,
  32. Color? surface3,
  33. Color? surfaceHighlight,
  34. Color? surfaceLowlight,
  35. Color? text,
  36. Color? textSubtle,
  37. Color? onActive,
  38. Color? border,
  39. Color? disabled,
  40. Color? accent,
  41. Color? overlay,
  42. 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,
});