menu
live_game_lib package
documentation
frontend/inputs/text_area_with_submit.dart
TextAreaWithSubmit
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_area_with_submit
TextAreaWithSubmit
onPressed property
TextAreaWithSubmit class