Skip to main content

headline6 property

TextStyle headline6

read / write

Implementation

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