FdcGridControlsStyle constructor
const
FdcGridControlsStyle({
- Color? iconColor,
- Color? disabledIconColor,
- Color? activeIconColor,
- Color? checkboxFillColor,
- Color? checkboxCheckColor,
- Color? checkboxBorderColor,
- Color? checkboxDisabledFillColor,
- Color? checkboxDisabledCheckColor,
- Color? checkboxDisabledBorderColor,
- Color? switchThumbColor,
- Color? switchTrackColor,
- Color? switchDisabledThumbColor,
- Color? switchDisabledTrackColor,
Creates a FdcGridControlsStyle.
Implementation
const FdcGridControlsStyle({
this.iconColor,
this.disabledIconColor,
this.activeIconColor,
this.checkboxFillColor,
this.checkboxCheckColor,
this.checkboxBorderColor,
this.checkboxDisabledFillColor,
this.checkboxDisabledCheckColor,
this.checkboxDisabledBorderColor,
this.switchThumbColor,
this.switchTrackColor,
this.switchDisabledThumbColor,
this.switchDisabledTrackColor,
});