DraggableScrollableActuatorModifier constructor

const DraggableScrollableActuatorModifier({
  1. Key? key,
  2. Widget? child,
  3. Key? modifierKey,
})

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,
});