callback property

FutureOr<void> Function() callback
final

User can define a custom callback when the swipe action is completed

Implementation

final FutureOr<void> Function() callback;