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