onPressed property

SlidableActionCallback? onPressed
final

Called when the action is tapped or otherwise activated.

If this callback is null, then the action will be disabled.

Implementation

final SlidableActionCallback? onPressed;