CenterBody constructor
const
CenterBody({})
Implementation
const CenterBody({
this.icon,
this.iconData,
this.message,
this.actionText,
this.onActionPressed,
this.child,
super.key,
}) : assert(icon != null || iconData != null || message != null || child != null);