SafaehStatusBody constructor
const
SafaehStatusBody({})
Implementation
const SafaehStatusBody({
super.key,
required this.message,
this.icon,
this.action,
this.busy = false,
this.progress,
this.padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 32),
});