Skip to main content

overline property

TextStyle overline

getter/setter pair

Custom theme for the app.

Implementation

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