SlidableController class

A controller that keep tracks of the active SlidableState and close the previous one.

Constructors

SlidableController({ValueChanged<Animation<double>?>? onSlideAnimationChanged, ValueChanged<bool?>? onSlideIsOpenChanged})
Creates a controller that keep tracks of the active SlidableState and close the previous one.

Properties

activeState SlidableState?
The state of the active Slidable.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onSlideAnimationChanged ValueChanged<Animation<double>?>?
Function called when the animation changed.
final
onSlideIsOpenChanged ValueChanged<bool?>?
Function called when the Slidable open status changed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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