DraggableScrollableActuatorModifier constructor
Creates a widget that can notify descendent DraggableScrollableSheets to reset to their initial position.
The child
parameter is required.
Implementation
const DraggableScrollableActuatorModifier({
super.key,
super.child,
super.modifierKey,
});