bodyLarge property

TextStyle get bodyLarge
override

Implementation

TextStyle get bodyLarge => TextStyle(
      fontFamily: 'General Sans',
      color: theme.primaryText,
      fontWeight: FontWeight.bold,
      fontSize: 16.0,
    );