UiElement constructor
const
UiElement({})
Implementation
const UiElement({
required this.nodeId,
required this.label,
this.value,
this.hint,
required this.type,
required this.availableActions,
this.parentLabels = const [],
required this.bounds,
this.isEnabled = true,
this.isFocused = false,
this.isChecked,
});