ScrollUpButtonProperties class

Constructors

ScrollUpButtonProperties({double initialPosition = 20, double endPosition = 100, Duration duration = const Duration(milliseconds: 300), Duration scrollUpDuration = const Duration(seconds: 1), Widget? child})

Properties

child ↔ Widget
getter/setter pair
duration ↔ Duration
getter/setter pair
endPosition ↔ double
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
initialPosition ↔ double
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollUpDuration ↔ Duration
getter/setter pair

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