headerBackgroundColor method

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

Implementation

@override
Color headerBackgroundColor(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return listBackgroundColor(context);
}