Dialog constructor
const
Dialog({})
Creates a Dialog containing child with optional title and actions.
Implementation
const Dialog({
super.key,
required this.child,
this.title,
this.actions,
this.padding,
this.titleStyle,
this.backgroundColor = Colors.white,
});