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