SeniorCheckboxStyle constructor

const SeniorCheckboxStyle({
  1. Color? activeColor,
  2. Color? checkColor,
  3. Color? checkedBorderColor,
  4. Color? disabledBorderColor,
  5. Color? disabledCheckColor,
  6. Color? disabledTitleColor,
  7. Color? titleColor,
  8. Color? uncheckedBorderColor,
})

Style definitions for the SeniorCheckbox component.

Implementation

const SeniorCheckboxStyle({
  this.activeColor,
  this.checkColor,
  this.checkedBorderColor,
  this.disabledBorderColor,
  this.disabledCheckColor,
  this.disabledTitleColor,
  this.titleColor,
  this.uncheckedBorderColor,
});