NeomageDialog constructor
const
NeomageDialog({})
Implementation
const NeomageDialog({
super.key,
required this.title,
required this.content,
this.actions = const [],
this.icon,
this.maxWidth = 480,
});
const NeomageDialog({
super.key,
required this.title,
required this.content,
this.actions = const [],
this.icon,
this.maxWidth = 480,
});