TatweerBaseDialog constructor
const
TatweerBaseDialog({})
Implementation
const TatweerBaseDialog({
Key? key,
this.title,
required this.content,
this.actions,
this.showCloseButton = true,
this.titleWidget,
this.contentPadding,
this.width,
this.maxWidth,
this.borderRadius,
this.backgroundColor,
}) : super(key: key);