FullScreenWidget constructor

FullScreenWidget({
  1. required Widget child,
  2. Color backgroundColor = Colors.black,
  3. bool backgroundIsTransparent = true,
  4. required DisposeLevel disposeLevel,
})

Implementation

FullScreenWidget(
    {required this.child,
    this.backgroundColor = Colors.black,
    this.backgroundIsTransparent = true,
    required this.disposeLevel});