CalloutProps constructor
const
CalloutProps({})
Implementation
const CalloutProps({
this.title,
this.content,
this.child,
this.variant = CalloutVariant.info,
this.icon,
this.showIcon = true,
this.dismissible = false,
this.onDismiss,
});