ZwapCheckBoxStateDecoration constructor

const ZwapCheckBoxStateDecoration({
  1. Color? color,
  2. Color? hoverColor,
  3. Color? disabledColor,
  4. Color? errorColor,
  5. Border? border,
  6. Border? hoverBorder,
  7. Border? disabledBorder,
  8. Border? errorBorder,
  9. Color? iconColor,
  10. Color? iconHoverColor,
  11. Color? iconDisabledColor,
  12. Color? iconErrorColor,
  13. Radius? borderRadius,
})

Implementation

const ZwapCheckBoxStateDecoration({
  this.color,
  this.hoverColor,
  this.disabledColor,
  this.errorColor,
  this.border,
  this.hoverBorder,
  this.disabledBorder,
  this.errorBorder,
  this.iconColor,
  this.iconHoverColor,
  this.iconDisabledColor,
  this.iconErrorColor,
  this.borderRadius,
});