UiNode constructor
const
UiNode({})
Creates a node.
Implementation
const UiNode({
required this.type,
this.text,
this.children = const [],
this.actions = const [],
this.stateKey,
this.flex,
this.gap,
this.fontSize,
this.bold = false,
this.align,
this.columns,
});