SmartDialog constructor
const
SmartDialog({
- required Widget body,
- Key? key,
- VoidCallback? onBarrierPressed,
Implementation
const SmartDialog({required this.body, super.key, this.onBarrierPressed});