FullScreenDialog constructor

const FullScreenDialog({
  1. Key? key,
  2. required Widget child,
  3. dynamic loopEventHandler(
    1. LoopEvent,
    2. Map<String, dynamic>?
    )?,
  4. bool disableDeviceBack = false,
})

Implementation

const FullScreenDialog(
    {super.key,
    required this.child,
    this.loopEventHandler,
    this.disableDeviceBack = false});