headline2 property
TextStyle
get
headline2
Implementation
static TextStyle get headline2 => TextStyle(
fontSize: 60,
fontWeight: FontWeight.w300,
color: AppColors.appColorBlack85,
fontFamily: 'Source Sans Pro',
);