onSheetMoved property

(dynamic Function(SheetPositionData positionData)?) onSheetMoved
final

Callback for when the sheet moves.

Is called every time the sheet moves, both when snapping and moving the sheet manually.

Implementation

final Function(SheetPositionData positionData)? onSheetMoved;