FdcGridControlsStyle constructor

const FdcGridControlsStyle({
  1. Color? iconColor,
  2. Color? disabledIconColor,
  3. Color? activeIconColor,
  4. Color? checkboxFillColor,
  5. Color? checkboxCheckColor,
  6. Color? checkboxBorderColor,
  7. Color? checkboxDisabledFillColor,
  8. Color? checkboxDisabledCheckColor,
  9. Color? checkboxDisabledBorderColor,
  10. Color? switchThumbColor,
  11. Color? switchTrackColor,
  12. Color? switchDisabledThumbColor,
  13. Color? switchDisabledTrackColor,
})

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,
});