menu
u package
documentation
components/media/u_media.dart
UXmlNode
UXmlNode.new constructor
UXmlNode.new constructor
dark_mode
light_mode
UXmlNode
constructor
UXmlNode
(
String
name
,
Map
<
String
,
String
>
attributes
,
List
<
UXmlNode
>
children
,
String
text
,
)
Implementation
UXmlNode(this.name, this.attributes, this.children, this.text);
u package
documentation
components/media/u_media
UXmlNode
UXmlNode.new constructor
UXmlNode class