menu
new_telegram_web_app package
documentation
telegram_web_app.dart
BottomButton
setText method
setText method
dark_mode
light_mode
setText
method
void
setText
(
String
text
)
A method to set the button text.
Implementation
void setText(String text) => _jsObject.setText(text);
new_telegram_web_app package
documentation
telegram_web_app
BottomButton
setText method
BottomButton class