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