RangeTickSpec<D> class

Definition for a range tick.

Used to define a tick that is used by range tick provider.

Inheritance

Constructors

RangeTickSpec(D value, {String? label, TextStyleSpec? style, required D rangeStartValue, required D rangeEndValue})
Creates a range tick for value. A label optionally labels this tick. If not set, the tick formatter formatter of the axis is used. A style optionally sets the style for this tick. If not set, the style of the axis is used. A rangeStartValue represents value of this range tick's starting point. A rangeEndValue represents the value of this range tick's ending point.
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
label → String?
finalinherited
rangeEndValue → D
final
rangeStartValue → D
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style → TextStyleSpec?
finalinherited
value → D
finalinherited

Methods

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