CategoricalMultiLevelLabel constructor
Constructor for CategoricalMultiLevelLabel class
Implementation
const CategoricalMultiLevelLabel(
{this.start, this.end, int? level, String? text})
: super(start: start, end: end, text: text, level: level);