ChipData constructor

const ChipData({
  1. String? label,
  2. Color? backgroundColor,
})

Implementation

const ChipData({this.label, this.backgroundColor});