Skip to main content

title property

TextStyle title

getter/setter pair

Custom theme for the app.

Implementation

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