onPressed property

SlidableActionCallback? onPressed
finalinherited

Called when the action is tapped or otherwise activated.

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

Implementation

final SlidableActionCallback? onPressed;