Skip to main content

headline3 property

TextStyle headline3

read / write

Implementation

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