SliderValue class

Constructors

SliderValue({SlidingState state = SlidingState.close, double factor = 0.0, double offset = 0.0, Offset position = Offset.zero})

Properties

factor double
final
hashCode int
The hash code for this object.
no setterinherited
offset double
final
position Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SlidingState
final

Methods

copyWith({SlidingState? state, double? factor, double? offset, Offset? position}) SliderValue
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