BaseWidget constructor
const
BaseWidget({})
Implementation
const BaseWidget({
super.key,
required this.child,
this.status,
this.empty,
this.loading,
this.noNetwork,
this.error,
this.isConnected = true,
});