CustomDialog constructor
const
CustomDialog({})
Implementation
const CustomDialog({
super.key,
this.title,
this.content,
this.style,
this.actions = const [],
this.scrollable = false,
});
const CustomDialog({
super.key,
this.title,
this.content,
this.style,
this.actions = const [],
this.scrollable = false,
});