StatefulDataInitialLoadingErrorView constructor

const StatefulDataInitialLoadingErrorView({
  1. Key? key,
  2. required StatefulData statefulData,
})

Creates an instance of StatefulDataInitialLoadingErrorView.

Implementation

const StatefulDataInitialLoadingErrorView({
  Key? key,
  required this.statefulData,
}) : super(key: key);