LabelComponents constructor

LabelComponents({
  1. String? own,
  2. String? parent,
  3. String? section,
  4. String? displayedLabel,
})

Implementation

LabelComponents({this.own, this.parent, this.section, this.displayedLabel});