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