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