buildFooters method

List<Widget> buildFooters()

Implementation

List<Widget> buildFooters() {
  return widget.footers ?? [];
}