StateView constructor
const
StateView({})
Implementation
const StateView({
super.key,
required this.state,
this.child,
this.loading,
this.empty,
this.error,
this.noInternet,
this.onRetry,
this.animate = true,
this.duration = const Duration(milliseconds: 300),
this.transitionBuilder,
});