menu
archery
archery/core/template_engine.dart
TextNode
TextNode.new constructor
TextNode.new
dark_mode
light_mode
TextNode
constructor
TextNode
(
String
text
)
Creates a text node containing
text
.
Implementation
TextNode(this.text);
archery
template_engine
TextNode
TextNode.new constructor
TextNode class