Skip to main content

headline3 property

TextStyle headline3

<span class="feature">read / write</span>

Implementation

static TextStyle headline3 = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: blackPrimary,
fontFamily: 'OpenSans',
);