Skip to main content

headline1 property

TextStyle headline1

getter/setter pair

Custom theme for the app.

Implementation

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