onPressed property
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;
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.
final VoidCallback? onPressed;