ComponentStatesColor constructor
const
ComponentStatesColor({
- Color? focusColor,
- Color? hoverColor,
- Color? hoverBackgroundColor,
- Color? errorTextColor,
- Color? disabledBackgroundColor,
- Color? disabledColor,
Create a new state color.
Implementation
const ComponentStatesColor({
this.focusColor,
this.hoverColor,
this.hoverBackgroundColor,
this.errorTextColor,
this.disabledBackgroundColor,
this.disabledColor,
});