bodyText1 property

TextStyle bodyText1

Implementation

static TextStyle get bodyText1 => TextStyle(
      fontSize: 16,
      fontWeight: FontWeight.normal,
      color: AppColors.appColorBlack65,
      fontFamily: 'Source Sans Pro',
    );