Skip to main content

headline5 property

TextStyle headline5

getter/setter pair

Custom theme for the app.

Implementation

static TextStyle headline5 = const TextStyle(
fontSize: 12,
fontWeight: FontWeight.w600,
color: blackPrimary,
fontFamily: 'OpenSans',
);
  1. talawa
  2. apptheme
  3. AppTheme
  4. headline5 property
AppTheme class