onUpdate property

DismissUpdateCallback? onUpdate
final

Called when the dismissible widget has been dragged.

If onUpdate is not null, then it will be invoked for every pointer event to dispatch the latest state of the drag. For example, this callback can be used to for example change the color of the background widget depending on whether the dismiss threshold is currently reached.

Implementation

final DismissUpdateCallback? onUpdate;