Skip to main content

headline5 property

TextStyle headline5

read / write

Implementation

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