ChipData constructor

const ChipData(
  1. String label, [
  2. IconData? iconData
])

Implementation

const ChipData(this.label, [this.iconData]);