Future<bool> textSize(int size)

Changes the text size for any future calls to text.

Source

Future<bool> textSize(int size) => proto.write(3, _s2b(size));