headerTextStyle method

  1. @override
TextStyle headerTextStyle(
  1. BuildContext context, {
  2. Map<String, dynamic>? extraInfo,
})
override

Implementation

@override
TextStyle headerTextStyle(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return TextStyle(color: headerTextColor(context, extraInfo: extraInfo), fontFamily: 'sans-serif', fontSize: 24, fontWeight: FontWeight.w400);
}