header method

String header(
  1. String s
)

Styles s as a heading.

Implementation

String header(String s) => _pc.bold(s);