DismissibleUpdateEvent
Event payload emitted while a dismiss gesture is in progress.
Inherits: Event
Properties
direction- Direction of the current drag gesture.previous_reached- Whether threshold was reached on the previous update event.progress- Drag progress from0.0to1.0relative to dismissal threshold.reached- Whether the dismiss threshold is currently reached.
Properties
previous_reachedinstance-attribute
previous_reached: boolWhether threshold was reached on the previous update event.
progressinstance-attribute
progress: floatDrag progress from 0.0 to 1.0 relative to dismissal threshold.