ComponentScheme constructor

const ComponentScheme({
  1. int? textMaxLines,
  2. Dim? inputHeight,
  3. Color? inputTextColor,
  4. Color? labelColor,
  5. Dim? fontSizeInput,
  6. Color? fieldBackgroundColor,
  7. Color? fieldHoverColor,
  8. Color? buttonBackgroundColor,
  9. Color? buttonColor,
  10. Dim? buttonHeight,
  11. Dim? buttonWidth,
  12. Dim? dropdownHeight,
  13. Dim? dropdownWidth,
  14. Dim? dropdownMenuHeight,
  15. Color? dropdownMenuBackgroundColor,
  16. Dim? dropdownOptionFontSize,
  17. Dim? dropdownOptionPadding,
  18. Dim? spinnerSize,
  19. Dim? spinnerBorderWidth,
  20. Color? spinnerTrackColor,
  21. Color? spinnerColor,
  22. Color? spinnerBladeColor,
  23. Color? spinnerSurfaceColor,
  24. Color? sliderThumbColor,
  25. Color? sliderTrackColor,
  26. Dim? sliderThumbSize,
  27. Color? switchThumbColor,
  28. Dim? radioButtonRadius,
  29. Color? radioButtonColor,
  30. Color? appbarBackgroundColor,
  31. Dim? appbarHeight,
  32. Color? bottomNavbarBackgroundColor,
  33. Dim? bottomNavbarHeight,
  34. Dim? carouselItemExtent,
  35. Dim? carouselGap,
  36. Color? tableHeaderBackgroundColor,
  37. Color? tableHeaderBorderColor,
  38. Color? tableRowHoverColor,
  39. Dim? gridGap,
  40. Color? snackbarBackgroundColor,
  41. Color? snackbarForegroundColor,
  42. Dim? snackbarBorderRadius,
  43. Color? bannerBackgroundColor,
  44. Color? bannerForegroundColor,
  45. Dim? bannerBorderRadius,
  46. Color? bannerBorderColor,
  47. Color? tooltipBackgroundColor,
  48. Color? tooltipTextColor,
  49. Dim? tooltipBorderRadius,
  50. Dim? tooltipFontSize,
  51. Color? popoverBackgroundColor,
  52. Color? popoverTextColor,
  53. Color? popoverBorderColor,
  54. Dim? popoverBorderRadius,
  55. Color? dialogBackgroundColor,
  56. Dim? dialogBorderRadius,
  57. Color? dialogBarrierBackgroundColor,
  58. Color? drawerBackgroundColor,
  59. Dim? drawerWidth,
  60. Color? drawerBarrierBackgroundColor,
  61. Color? bottomSheetBackgroundColor,
  62. Dim? bottomSheetMaxHeight,
  63. Color? bottomSheetBarrierBackgroundColor,
  64. Color? buttonHoverBgColor,
})

Implementation

const ComponentScheme({
  this.textMaxLines,
  this.inputHeight,
  this.inputTextColor,
  this.labelColor,
  this.fontSizeInput,
  this.fieldBackgroundColor,
  this.fieldHoverColor,
  this.buttonBackgroundColor,
  this.buttonColor,
  this.buttonHeight,
  this.buttonWidth,
  this.dropdownHeight,
  this.dropdownWidth,
  this.dropdownMenuHeight,
  this.dropdownMenuBackgroundColor,
  this.dropdownOptionFontSize,
  this.dropdownOptionPadding,
  this.spinnerSize,
  this.spinnerBorderWidth,
  this.spinnerTrackColor,
  this.spinnerColor,
  this.spinnerBladeColor,
  this.spinnerSurfaceColor,
  this.sliderThumbColor,
  this.sliderTrackColor,
  this.sliderThumbSize,
  this.switchThumbColor,
  this.radioButtonRadius,
  this.radioButtonColor,
  this.appbarBackgroundColor,
  this.appbarHeight,
  this.bottomNavbarBackgroundColor,
  this.bottomNavbarHeight,
  this.carouselItemExtent,
  this.carouselGap,
  this.tableHeaderBackgroundColor,
  this.tableHeaderBorderColor,
  this.tableRowHoverColor,
  this.gridGap,
  this.snackbarBackgroundColor,
  this.snackbarForegroundColor,
  this.snackbarBorderRadius,
  this.bannerBackgroundColor,
  this.bannerForegroundColor,
  this.bannerBorderRadius,
  this.bannerBorderColor,
  this.tooltipBackgroundColor,
  this.tooltipTextColor,
  this.tooltipBorderRadius,
  this.tooltipFontSize,
  this.popoverBackgroundColor,
  this.popoverTextColor,
  this.popoverBorderColor,
  this.popoverBorderRadius,
  this.dialogBackgroundColor,
  this.dialogBorderRadius,
  this.dialogBarrierBackgroundColor,
  this.drawerBackgroundColor,
  this.drawerWidth,
  this.drawerBarrierBackgroundColor,
  this.bottomSheetBackgroundColor,
  this.bottomSheetMaxHeight,
  this.bottomSheetBarrierBackgroundColor,
  this.buttonHoverBgColor,
});