GuiLine method
Line separator control, could contain text
Implementation
GuiResult GuiLine(
RectangleD bounds,
String? text,
) => run(
() => _debugLabels.GuiLine(bounds, text),
() => .fromValue(_flat.GuiLine(
bounds,
$.String$.ValueOrNull(text),
)),
);