labelSmall property

TextStyle get labelSmall
override

Implementation

TextStyle get labelSmall => TextStyle(
      fontFamily: 'General Sans',
      color: theme.secondaryText,
      fontWeight: FontWeight.normal,
      fontSize: 12.0,
    );