GuiProgressBar method
String
GuiProgressBar(
- RectangleBase<
RectangleBase> bounds, - String? textLeft,
- String? textRight,
- num value,
- num minValue,
- num maxValue,
Implementation
String GuiProgressBar(
RectangleBase bounds,
String? textLeft,
String? textRight,
num value,
num minValue,
num maxValue,
) => 'GuiProgressBar($bounds, $textLeft, $textRight, $value, $minValue, $maxValue)';