heading2 constant
TextStyle
const heading2
Implementation
static const TextStyle heading2 = TextStyle(
fontFamily: fontHeading,
fontWeight: FontWeight.w700,
fontSize: 24,
height: 1.33, // 32px line height
color: grey800,
);