LabelData constructor

LabelData(
  1. String label, [
  2. Color? color
])

Implementation

LabelData(this.label, [this.color]);