headline1 property
Implementation
TextStyle get headline1 => TextStyle(
fontSize: 34.sp,
fontWeight: FontWeight.bold,
color: Theme.of(context).colorScheme.onPrimary,
);
TextStyle get headline1 => TextStyle(
fontSize: 34.sp,
fontWeight: FontWeight.bold,
color: Theme.of(context).colorScheme.onPrimary,
);