GuiValueBox method
String
GuiValueBox(
- RectangleBase<
RectangleBase> bounds, - String? text,
- num value,
- num minValue,
- num maxValue,
- bool editMode,
Implementation
String GuiValueBox(
RectangleBase bounds,
String? text,
num value,
num minValue,
num maxValue,
bool editMode,
) => 'GuiValueBox($bounds, $text, $value, $minValue, $maxValue, $editMode)';