UicStatefulDataDefaultViews constructor
const
UicStatefulDataDefaultViews({})
Implementation
const UicStatefulDataDefaultViews({
Key? key,
this.empty,
this.initialLoading,
this.initialLoadingError,
this.loading,
required Widget child,
}) : super(key: key, child: child);