Skip to main content

bodyText2 property

TextStyle bodyText2

getter/setter pair

Custom theme for the app.

Implementation

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