DrawText method

String DrawText(
  1. String text,
  2. num posX,
  3. num posY,
  4. num fontSize,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawText(
  String text,
  num posX,
  num posY,
  num fontSize,
  ColorBase color,
) => 'DrawText($text, $posX, $posY, $fontSize, $color)';