Skip to main content

button property

TextStyle button

getter/setter pair

Custom theme for the app.

Implementation

static TextStyle button = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: primary,
fontFamily: 'OpenSans',
);
  1. talawa
  2. apptheme
  3. AppTheme
  4. button property
AppTheme class