Scale<V, SV extends num> constructor
Scale<V, SV extends num> ({})
Creates a scale.
Implementation
Scale({
this.title,
this.formatter,
this.ticks,
this.tickCount,
}) : assert(isSingle([ticks, tickCount], allowNone: true));