heading top-level property
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);