Skip to main content

headline2 property

TextStyle headline2

getter/setter pair

Custom theme for the app.

Implementation

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