Modal constructor
Modal({})
Modal component. Use the showModal function to display the modal.
Implementation
Modal({
this.title,
this.body,
this.actions,
this.dismissible,
super.style,
super.tag = 'div',
super.className,
});