heading top-level property

TextStyle heading
getter/setter pair

A text style for headings.

This text style is used for headings and has a font size of 24 and a bold font weight.

Implementation

TextStyle heading = const TextStyle(fontSize: 24, fontWeight: FontWeight.bold);