Skip to main content

headline3 property

TextStyle headline3

getter/setter pair

Custom theme for the app.

Implementation

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