DismissibleUpdateEvent
Inherits: Event['Dismissible']
Event payload emitted while a dismiss gesture is in progress.
Properties
-
direction(DismissDirection) –Direction of the current drag gesture.
-
previous_reached(bool) –Whether threshold was reached on the previous update event.
-
progress(float) –Drag progress from
0.0to1.0relative to dismissal threshold. -
reached(bool) –Whether the dismiss threshold is currently reached.