heading constant

TextStyle const heading

Implementation

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