SmartDialog constructor

const SmartDialog({
  1. required Widget body,
  2. Key? key,
  3. VoidCallback? onBarrierPressed,
})

Implementation

const SmartDialog({required this.body, super.key, this.onBarrierPressed});