Skip to main content

headline6 property

TextStyle headline6

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

Implementation

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