menu
react_web package
documentation
react_web.dart
text function
text function
dark_mode
light_mode
text
function
Text
text
(
Object
value
)
Converts a scalar value to a React text node.
Implementation
Text text(Object value) => Text('$value');
react_web package
documentation
react_web
text function
react_web library