RangeHint class final

A number with two ends and, when it is not continuous, an increment.

step is null for a value a slider may land anywhere in; a step of 0.01 is what makes a spinner move in hundredths rather than in whole units.

Inheritance

Constructors

RangeHint(double min, double max, {double? step})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
final
min double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step double?
final

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