VCheckboxStyle constructor
const
VCheckboxStyle({
- Color? borderColor,
- Color? borderColorDisabled,
- Color? borderColorError,
- Color? fillColor,
- Color? fillColorPressed,
- Color? fillColorDisabled,
- Color? iconColor,
- Color? iconColorError,
- Color? textColorError,
- Color? textColor,
- Color? textColorDisabled,
- Color? overlayColor,
- CrossAxisAlignment? crossAxisAlignment,
Implementation
const VCheckboxStyle({
this.borderColor,
this.borderColorDisabled,
this.borderColorError,
this.fillColor,
this.fillColorPressed,
this.fillColorDisabled,
this.iconColor,
this.iconColorError,
this.textColorError,
this.textColor,
this.textColorDisabled,
this.overlayColor,
this.crossAxisAlignment,
});