GuiTabBar method

String GuiTabBar(
  1. RectangleBase<RectangleBase> bounds,
  2. List<String> text
)

Implementation

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