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