Skip to main content

bodyText1 property

TextStyle bodyText1

getter/setter pair

Custom theme for the app.

Implementation

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