headline1 property

TextStyle get headline1

Implementation

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