CheckboxStyle constructor
const
CheckboxStyle({})
Creates a CheckboxStyle. Null fields defer to the theme, then to the default.
Implementation
const CheckboxStyle({
this.size,
this.checkedColor,
this.uncheckedColor,
this.checkColor,
this.borderRadius,
this.gapAfterBox,
this.interactive,
});