heading method

void heading(
  1. String text
)

Adds a heading.

Implementation

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