guiFocus property
GuiVComponent?
get
guiFocus
Implementation
GuiVComponent? get guiFocus {
final focusObj = obj.guiFocus;
return focusObj != null ? GuiVComponent(focusObj) : null;
}
GuiVComponent? get guiFocus {
final focusObj = obj.guiFocus;
return focusObj != null ? GuiVComponent(focusObj) : null;
}