GuiDropdownBox method

String GuiDropdownBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. num active,
  4. bool editMode,
)

Implementation

String GuiDropdownBox(
  RectangleBase bounds,
  String? text,
  num active,
  bool editMode,
) => 'GuiDropdownBox($bounds, $text, $active, $editMode)';