ADialog constructor
const
ADialog({})
Implementation
const ADialog({
super.key,
required this.title,
this.content,
this.titleActions,
this.persistent = false,
this.useInternalScroll = false,
this.padding = 20,
this.width = 400,
this.height,
});