Skip to main content

headline1 property

TextStyle headline1

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

Implementation

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