text function
Renders a text node.
Migrate to use Component.text directly instead.
Implementation
@Deprecated('Use Component.text() instead.')
Component text(String text, {Key? key}) {
return Component.text(text, key: key);
}
Renders a text node.
Migrate to use Component.text directly instead.
@Deprecated('Use Component.text() instead.')
Component text(String text, {Key? key}) {
return Component.text(text, key: key);
}