setSnappingSheetPosition method

void setSnappingSheetPosition(
  1. double positionInPixels
)

This sets the position of the snapping sheet directly without any animation. To use animation, see the snapToPosition method.

Implementation

void setSnappingSheetPosition(double positionInPixels) {
  _checkAttachment();
  _state!._setSheetPositionPixel(positionInPixels);
}