getFooterWidget static method

Widget? getFooterWidget(
  1. BuildContext context
)

Implementation

static Widget? getFooterWidget(BuildContext context) =>
    getFooter(context)?.footer(context);