menu
react_core package
documentation
react.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_core package
documentation
react
text function
react library