GuiValueBoxFloat method

String GuiValueBoxFloat(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. String textValue,
  4. num value,
  5. bool editMode,
)

Implementation

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