headline2 property

TextStyle get headline2

Implementation

TextStyle get headline2 => TextStyle(
  fontSize: 24.sp,
  //fontWeight: FontWeight.w600,
  color: Theme.of(context).colorScheme.onPrimary,
);