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