FlCheckbox constructor

FlCheckbox(
  1. String label,
  2. bool value,
  3. ValueChanged<bool?> onChanged
)

Implementation

FlCheckbox(this.label, this.value, this.onChanged);