Skip to main content

headline4 property

TextStyle headline4

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

Implementation

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