PanelValue class

Annotations

Constructors

PanelValue({PanelState state = PanelState.close, double factor = 0.0, double offset = 0.0, Offset position = Offset.zero})
const

Properties

factor double
From 0.0 - 1.0
final
hashCode int
The hash code for this object.
no setteroverride
offset double
Height of the panel
final
position Offset
Position of the panel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state PanelState
Sliding state
final

Methods

copyWith({PanelState? state, double? factor, double? offset, Offset? position}) PanelValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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