onPressed property

VoidCallback? onPressed
final

Callback invoked when this content item is pressed.

Called when the user taps or clicks on the content item. Typically used for navigation or other actions.

Implementation

final VoidCallback? onPressed;