plain method

void plain(
  1. String text
)

Adds regular text.

Implementation

void plain(String text) => _add(LiveTone.plain, text);