buildEmptyState method

Widget buildEmptyState()

Implementation

Widget buildEmptyState() {
  return viewModel.emptyStateWidget ?? Container();
}