displaySmall property

TextStyle get displaySmall
override

Implementation

TextStyle get displaySmall => TextStyle(
      fontFamily: 'General Sans',
      color: theme.primaryText,
      fontWeight: FontWeight.w500,
      fontSize: 36.0,
    );