currentSnappingPosition property

SnappingPosition currentSnappingPosition

Getting the current snapping position of the sheet.

Implementation

SnappingPosition get currentSnappingPosition {
  _checkAttachment();
  return _state!._lastSnappingPosition;
}