TaleListener class

Set this class to get callbacks when the drawer has some state changes This is part of params in TaleDrawer

Constructors

TaleListener({VoidCallback? onOpen, VoidCallback? onClose, ValueChanged<double>? onAnimated})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAnimated ValueChanged<double>?
Callback when drawer is animated Decimal between 0.0 and 1.0
final
onClose VoidCallback?
Callback when drawer is close
final
onOpen VoidCallback?
Callback when drawer is open
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