UicStatefulDataInitialLoadingErrorView constructor

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

Implementation

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