headerTextColor method

Color headerTextColor(
  1. BuildContext context, {
  2. Map<String, dynamic>? extraInfo,
})

Implementation

Color headerTextColor(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return Colors.black;
}