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