footerBackgroundColor method

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

Implementation

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