heading3 constant
TextStyle
const heading3
Implementation
static const TextStyle heading3 = TextStyle(
fontFamily: fontHeading,
fontWeight: FontWeight.w600,
fontSize: 20,
height: 1.4, // 28px line height
color: grey800,
);