menu
bloom_framework package
documentation
bloom_mobile.dart
TextNode
TextNode.new const constructor
TextNode.new const constructor
dark_mode
light_mode
TextNode
constructor
const
TextNode
(
String
text
)
Creates a text leaf descriptor with
text
.
Implementation
const TextNode(this.text);
bloom_framework package
documentation
bloom_mobile
TextNode
TextNode.new const constructor
TextNode class