NiceAsyncContent constructor
const
NiceAsyncContent({})
Implementation
const NiceAsyncContent({
super.key,
required this.status,
required this.child,
this.loadingWidget,
this.errorWidget,
this.emptyWidget,
this.loadingMessage,
this.errorMessage,
this.onRetry,
this.emptyTitle,
this.emptyMessage,
});