InteractivePage constructor

const InteractivePage({
  1. required Widget child,
  2. required void setScrollEnabled(
    1. bool
    ),
  3. required int dismissDragDistance,
  4. required void setBackgroundOpacity(
    1. double
    ),
  5. ImageGalleryHeroProperties? heroProperties,
})

Implementation

const InteractivePage({
  required this.child,
  required this.setScrollEnabled,
  required this.dismissDragDistance,
  required this.setBackgroundOpacity,
  this.heroProperties,
});