FastDialog constructor
const
FastDialog({})
Implementation
const FastDialog({
Key? key,
required this.titleText,
required this.children,
super.backgroundColor,
this.titleColor,
super.actions,
}) : super(key: key);