onPressed property
Called when the action is tapped or otherwise activated.
If this callback is null, then the action will be disabled.
Implementation
final SlidableActionCallback? onPressed;
Called when the action is tapped or otherwise activated.
If this callback is null, then the action will be disabled.
final SlidableActionCallback? onPressed;