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