ListItem constructor

ListItem(
  1. String label,
  2. dynamic value, {
  3. bool isSelected = false,
})

Implementation

ListItem(this.label, this.value, {this.isSelected = false});