AAToggle constructor

AAToggle({
  1. bool isChecked = false,
  2. bool? isEnabled,
  3. dynamic onCheckedChange(
    1. bool checked,
    2. AAListItem self
    )?,
})

Implementation

AAToggle({this.isChecked = false, this.isEnabled, this.onCheckedChange});