FlPreviewGesturePageView constructor

const FlPreviewGesturePageView({
  1. Key? key,
  2. required Widget pageView,
  3. Widget? close,
  4. Widget? overlay,
  5. Color backgroundColor = Colors.black87,
})

Implementation

const FlPreviewGesturePageView({
  super.key,
  required this.pageView,
  this.close,
  this.overlay,
  this.backgroundColor = Colors.black87,
});