buildErrorState method

Widget buildErrorState()

Implementation

Widget buildErrorState() {
  return viewModel.errorWidget ?? Container();
}