Skip to main content

headline2 property

TextStyle headline2

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

Implementation

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