footerWidget property
The builder for the footer widget
Implementation
Widget Function(BuildContext context)? get footerWidget => _footerWidget;
Implementation
set footerWidget(Widget Function(BuildContext context)? footerWidget) {
_footerWidget = footerWidget;
notifyListeners();
}