VxStateSwitcher constructor
const
VxStateSwitcher({})
Implementation
const VxStateSwitcher({
Key? key,
this.pageState,
this.onRetry,
this.skeleton,
this.emptyView,
this.errorView,
this.child,
}) : super(key: key);