onTap property
final
Called when the tile is tapped.
If null, the tile is rendered in a disabled (non-interactive) state.
Implementation
final VoidCallback? onTap;
Called when the tile is tapped.
If null, the tile is rendered in a disabled (non-interactive) state.
final VoidCallback? onTap;