headerHeight method

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

Implementation

@override
double headerHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return 56.0;
}