ImageText method

String ImageText(
  1. String text,
  2. num fontSize,
  3. ColorBase<ColorBase> color
)

Implementation

String ImageText(
  String text,
  num fontSize,
  ColorBase color,
) => 'ImageText';