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