uiRoot property
Returns the UIRoot that is parent of this UIComponent instance,
or null if it's not in an UIRoot components tree.
Implementation
@override
UIRoot? get uiRoot => null;
Returns the UIRoot that is parent of this UIComponent instance,
or null if it's not in an UIRoot components tree.
@override
UIRoot? get uiRoot => null;