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