CategoricalMultiLevelLabel constructor

const CategoricalMultiLevelLabel({
  1. String? start,
  2. String? end,
  3. int? level,
  4. String? text,
})

Constructor for CategoricalMultiLevelLabel class

Implementation

const CategoricalMultiLevelLabel(
    {this.start, this.end, int? level, String? text})
    : super(start: start, end: end, text: text, level: level);