LogarithmicMultiLevelLabel constructor

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

Constructor for LogarithmicMultiLevelLabel class

Implementation

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