Skip to main content

headline5 property

TextStyle headline5

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

Implementation

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