NiceScale class

Constructors

NiceScale(num start, num end, num step, int tickCount)

Properties

end num
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start num
final
step num
final
tickCount int
final

Methods

copy({num? start, num? end, int? tickCount, num? step}) NiceScale
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

nice(num min, num max, int splitNumber, {num minInterval = 0, num? maxInterval, num? interval, bool forceSplitNumber = false, bool start0 = false, NiceType type = NiceType.n1}) NiceScale