DrawRectangleGradientV method

String DrawRectangleGradientV(
  1. num posX,
  2. num posY,
  3. num width,
  4. num height,
  5. ColorBase<ColorBase> top,
  6. ColorBase<ColorBase> bottom,
)

Implementation

String DrawRectangleGradientV(
  num posX,
  num posY,
  num width,
  num height,
  ColorBase top,
  ColorBase bottom,
) => 'DrawRectangleGradientV($posX, $posY, $width, $height, $top, $bottom)';