note method

void note(
  1. String text
)

Adds secondary information.

Implementation

void note(String text) => _add(LiveTone.note, '· $text');