LedgerCheckboxWithLabel constructor
const
LedgerCheckboxWithLabel({})
Implementation
const LedgerCheckboxWithLabel({
super.key,
required this.checked,
required this.trackLabel,
required this.semanticsLabel,
this.size = 20.0,
this.activeColor,
this.borderColor,
this.checkColor,
this.onChanged,
this.label = '',
this.subtitle,
this.labelStyle,
this.subtitleStyle,
}) : _type = _LedgerCheckboxType._checkbox;