GuiTabBar method
Implementation
String GuiTabBar(
RectangleBase bounds,
List<String> text,
) => 'GuiTabBar($bounds, text: ${text.length})';
String GuiTabBar(
RectangleBase bounds,
List<String> text,
) => 'GuiTabBar($bounds, text: ${text.length})';