StatefulDataLoadingView constructor

const StatefulDataLoadingView({
  1. Key? key,
  2. required Widget child,
})

Creates an instance of StatefulDataLoadingView.

Implementation

const StatefulDataLoadingView({
  Key? key,
  required this.child,
}) : super(key: key);