LoadContainer constructor
const
LoadContainer({})
Implementation
const LoadContainer({
super.key,
required this.controller,
required this.child,
this.loadingWidget,
this.loadingMessage,
this.errorWidget,
this.errorMessage,
this.emptyWidget,
this.emptyMessage,
this.onReLoad,
});