LedgerCheckboxWithLabel.circular constructor
const
LedgerCheckboxWithLabel.circular({})
Implementation
const LedgerCheckboxWithLabel.circular({
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._circular;