InteractivePage constructor
const
InteractivePage({})
Implementation
const InteractivePage({
super.key,
required this.child,
required this.setScrollEnabled,
required this.dismissDragDistance,
required this.setBackgroundOpacity,
required this.scrollDirection,
required this.dragEnabled,
required this.panEnabled,
required this.zoomEnabled,
this.heroProperties,
});