StatusLayout constructor
const
StatusLayout({})
Implementation
const StatusLayout({
super.key,
this.status,
this.loading,
this.error,
this.empty,
this.success,
this.width,
this.height,
this.onRetry,
this.showLoadingOnce = false,
this.errorColor,
this.errorText,
this.emptyColor,
this.emptyText,
this.alignment,
}) : assert(success != null);