Skip to main content

subtitle1 property

TextStyle subtitle1

getter/setter pair

Custom theme for the app.

Implementation

static TextStyle subtitle1 = const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,
color: blackSecondary,
fontFamily: 'OpenSans',
);
  1. talawa
  2. apptheme
  3. AppTheme
  4. subtitle1 property
AppTheme class