DrawTexturePro method

Implementation

String DrawTexturePro(
  TextureBase texture,
  RectangleBase source,
  RectangleBase dest,
  Vector2Base origin,
  num rotation,
  ColorBase tint,
) => 'DrawTexturePro($texture, $source, $dest, $origin, $rotation, $tint)';