LedgerCheckboxWithLabel.circular constructor
const
LedgerCheckboxWithLabel.circular({
- Key? key,
- required bool checked,
- required String trackLabel,
- required String semanticsLabel,
- double size = 20.0,
- Color? activeColor,
- Color? borderColor,
- Color? checkColor,
- ValueChanged<
bool> ? onChanged, - String label = '',
- String? subtitle,
- TextStyle? labelStyle,
- TextStyle? subtitleStyle,
- bool? enabled,
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,
this.enabled,
}) : _type = _LedgerCheckboxType._circular;