M3EDialog constructor
const
M3EDialog({})
M3EDialog.
Implementation
const M3EDialog({
required this.title,
this.icon,
this.content,
this.contentPadding,
this.actions = const <Widget>[],
this.topDivider = false,
this.bottomDivider = false,
super.key,
});