InteractivePage constructor
const
InteractivePage({})
Implementation
const InteractivePage({
Key? key,
required this.child,
required this.setScrollEnabled,
required this.dismissDragDistance,
required this.setBackgroundOpacity,
this.heroProperties,
}) : super(key: key);