onTap property
void Function()?
onTap
final
onTap is a function that is called when the application is tapped.
Implementation
final void Function()? onTap;
onTap is a function that is called when the application is tapped.
final void Function()? onTap;