menu
live_game_lib package
documentation
frontend/text/text_button.dart
TextButtonWidget
onTap property
onTap property
dark_mode
light_mode
onTap
property
Function
?
onTap
final
The function to be executed when the button is tapped.
Implementation
final Function? onTap;
live_game_lib package
documentation
frontend/text/text_button
TextButtonWidget
onTap property
TextButtonWidget class