menu
flutterflow_flash_beta package
documentation
flutterflow_flash.dart
BrownfieldWidgetPatch
text method
text method
dark_mode
light_mode
text
method
void
text
(
String
value
)
Replaces the widget's visible text/label when supported.
Implementation
void text(String value) { _text = value; }
flutterflow_flash_beta package
documentation
flutterflow_flash
BrownfieldWidgetPatch
text method
BrownfieldWidgetPatch class