DefaultDialog constructor
Implementation
const DefaultDialog({
super.key,
required this.title,
this.subtitle,
this.description,
this.height,
this.minHeight,
this.width,
this.isLoader = false,
required this.actions,
});
const DefaultDialog({
super.key,
required this.title,
this.subtitle,
this.description,
this.height,
this.minHeight,
this.width,
this.isLoader = false,
required this.actions,
});