xml_layout library
Classes
- NodeData
- XmlLayout
- XmlLayoutState
-
If a element has a
id
attribute, you can use find method to get the GlobalKey of built widget by the id string.
Mixins
Typedefs
- ApplyFunction = dynamic Function(String name, List args)
- InlineItemConstructor = dynamic Function(NodeData node, MethodNode method)
- ItemConstructor = dynamic Function(NodeData node, Key? key)
- MethodConstructor = dynamic Function()