AAToggle constructor
AAToggle({
- bool isChecked = false,
- bool? isEnabled,
- dynamic onCheckedChange(
- bool checked,
- AAListItem self
Implementation
AAToggle({this.isChecked = false, this.isEnabled, this.onCheckedChange});