Skip to main content

headline1 property

TextStyle headline1

read / write

Implementation

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