titleSmall property

TextStyle get titleSmall
override

Implementation

TextStyle get titleSmall => const TextStyle(
      fontFamily: 'General Sans',
      color: Color(0xFF030303),
      fontWeight: FontWeight.w500,
      fontSize: 16.0,
    );