RangeTickSpec<D> class
Definition for a range tick.
Used to define a tick that is used by range tick provider.
Constructors
- RangeTickSpec(D value, {String? label, TextStyleSpec? style, required D rangeStartValue, required D rangeEndValue})
-
Creates a range tick for
value
. Alabel
optionally labels this tick. If not set, the tick formatter formatter of the axis is used. Astyle
optionally sets the style for this tick. If not set, the style of the axis is used. ArangeStartValue
represents value of this range tick's starting point. ArangeEndValue
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