destructive constant
CheckboxStyle
const destructive
Destructive checkbox (red)
Implementation
static const CheckboxStyle destructive = CheckboxStyle._(
checkedColor: ArcaneColors.error,
uncheckedBorder: ArcaneColors.border,
checkColor: ArcaneColors.errorForeground,
);