StatefulDataLoadingView constructor
Creates an instance of StatefulDataLoadingView.
Implementation
const StatefulDataLoadingView({
Key? key,
required this.child,
}) : super(key: key);
Creates an instance of StatefulDataLoadingView.
const StatefulDataLoadingView({
Key? key,
required this.child,
}) : super(key: key);