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