menu
live_game_lib package
documentation
frontend/inputs/text_field_with_submit.dart
TextFieldWithSubmit
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
dynamic Function
(
String
b
)
onPressed
final
The function to call when the submit button is pressed.
Implementation
final Function(String b) onPressed;
live_game_lib package
documentation
frontend/inputs/text_field_with_submit
TextFieldWithSubmit
onPressed property
TextFieldWithSubmit class