headingTextStyle top-level constant

TextStyle const headingTextStyle

Implementation

const TextStyle headingTextStyle = TextStyle(
  color: Colors.black,
  fontSize: 21.0,
  fontWeight: FontWeight.bold,
);