ChipModel constructor

const ChipModel({
  1. required Widget label,
  2. bool selectedByDefault = false,
  3. int id = -1,
})

Implementation

const ChipModel(
    {required this.label, this.selectedByDefault = false, this.id = -1});