bodyText2 property

TextStyle bodyText2

Implementation

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