ComponentScheme constructor
const
ComponentScheme({
- int? textMaxLines,
- Dim? inputHeight,
- Color? inputTextColor,
- Color? labelColor,
- Dim? fontSizeInput,
- Color? fieldBackgroundColor,
- Color? fieldHoverColor,
- Color? buttonBackgroundColor,
- Color? buttonColor,
- Dim? buttonHeight,
- Dim? buttonWidth,
- Dim? dropdownHeight,
- Dim? dropdownWidth,
- Dim? dropdownMenuHeight,
- Color? dropdownMenuBackgroundColor,
- Dim? dropdownOptionFontSize,
- Dim? dropdownOptionPadding,
- Dim? spinnerSize,
- Dim? spinnerBorderWidth,
- Color? spinnerTrackColor,
- Color? spinnerColor,
- Color? spinnerBladeColor,
- Color? spinnerSurfaceColor,
- Color? sliderThumbColor,
- Color? sliderTrackColor,
- Dim? sliderThumbSize,
- Color? switchThumbColor,
- Dim? radioButtonRadius,
- Color? radioButtonColor,
- Color? appbarBackgroundColor,
- Dim? appbarHeight,
- Dim? carouselItemExtent,
- Dim? carouselGap,
- Color? tableHeaderBackgroundColor,
- Color? tableHeaderBorderColor,
- Color? tableRowHoverColor,
- Dim? gridGap,
- Color? snackbarBackgroundColor,
- Color? snackbarForegroundColor,
- Dim? snackbarBorderRadius,
- Color? bannerBackgroundColor,
- Color? bannerForegroundColor,
- Dim? bannerBorderRadius,
- Color? bannerBorderColor,
- Color? tooltipBackgroundColor,
- Color? tooltipTextColor,
- Dim? tooltipBorderRadius,
- Dim? tooltipFontSize,
- Color? popoverBackgroundColor,
- Color? popoverTextColor,
- Color? popoverBorderColor,
- Dim? popoverBorderRadius,
- Color? dialogBackgroundColor,
- Dim? dialogBorderRadius,
- Color? dialogBarrierBackgroundColor,
- Color? drawerBackgroundColor,
- Dim? drawerWidth,
- Color? drawerBarrierBackgroundColor,
- Color? bottomSheetBackgroundColor,
- Dim? bottomSheetMaxHeight,
- Color? bottomSheetBarrierBackgroundColor,
- 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,
});