Skip to main content

subtitle2 property

TextStyle subtitle2

getter/setter pair

Custom theme for the app.

Implementation

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