footerHeight method

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

Implementation

double footerHeight(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return 20.0;
}