GuiComboBox method

String GuiComboBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. num active
)

Implementation

String GuiComboBox(
  RectangleBase bounds,
  String? text,
  num active,
) => 'GuiComboBox($bounds, $text, $active)';