Future<bool> text(String text)

Renders text to the cursor location at textSize and with colors set by textColor.

Source

Future<bool> text(String text) => proto.write(5, text.codeUnits);