GuiLabelButton method
Label button control, returns true when clicked
Implementation
GuiResult GuiLabelButton(
RectangleD bounds,
String? text,
) => run(
() => _debugLabels.GuiLabelButton(bounds, text),
() => .fromValue(_flat.GuiLabelButton(
bounds,
$.String$.ValueOrNull(text),
)),
);