StatusWidget constructor
const
StatusWidget({})
Implementation
const StatusWidget({
Key? key,
required this.status,
required this.onSuccess,
required this.onFailed,
this.onInitial,
this.onFetching = _defaultFetchWidget,
}) : super(key: key);