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