subtitle1 property

TextStyle subtitle1

Implementation

static TextStyle get subtitle1 => TextStyle(
      fontSize: 16,
      fontWeight: FontWeight.w500,
      color: AppColors.appColorBlack85,
      fontFamily: 'Source Sans Pro',
    );