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