Skip to main content

bodyText3 property

TextStyle bodyText3

getter/setter pair

Custom theme for the app.

Implementation

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