subtitle2 property

TextStyle subtitle2

Implementation

static TextStyle get subtitle2 => TextStyle(
      fontSize: 14,
      fontWeight: FontWeight.w500,
      color: AppColors.appColorBlack65,
      fontFamily: 'Source Sans Pro',
    );