onTap property
void Function(T? value)?
onTap
final
Called when a user taps this tile.
Implementation
final void Function(T? value)? onTap;
Called when a user taps this tile.
final void Function(T? value)? onTap;