centralInterval property
SimpleBoxenPlotInterval?
get
centralInterval
Implementation
SimpleBoxenPlotInterval? get centralInterval =>
intervals.isEmpty ? null : intervals.first;
SimpleBoxenPlotInterval? get centralInterval =>
intervals.isEmpty ? null : intervals.first;