ComponentStatesColor constructor

const ComponentStatesColor({
  1. Color? focusColor,
  2. Color? hoverColor,
  3. Color? hoverBackgroundColor,
  4. Color? errorTextColor,
  5. Color? disabledBackgroundColor,
  6. Color? disabledColor,
})

Create a new state color.

Implementation

const ComponentStatesColor({
  this.focusColor,
  this.hoverColor,
  this.hoverBackgroundColor,
  this.errorTextColor,
  this.disabledBackgroundColor,
  this.disabledColor,
});