buildFooter method

Widget buildFooter()

Implementation

Widget buildFooter() {
  return SliverToBoxAdapter(child: viewModel.footer);
}