FullScreenPage constructor

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

Implementation

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