GuiSliderBar method

String GuiSliderBar(
  1. RectangleBase<RectangleBase> bounds,
  2. String? textLeft,
  3. String? textRight,
  4. num value,
  5. num minValue,
  6. num maxValue,
)

Implementation

String GuiSliderBar(
  RectangleBase bounds,
  String? textLeft,
  String? textRight,
  num value,
  num minValue,
  num maxValue,
) => 'GuiSliderBar($bounds, $textLeft, $textRight, $value, $minValue, $maxValue)';