setSwipeMaxOffset method

void setSwipeMaxOffset(
  1. double offset
)

Sets the maximum offset in which a row can be swiped.

Typically, this method can be used to set the different maximum offset for swiping based on the swipe direction.

Implementation

void setSwipeMaxOffset(double offset) {
  _dataGridConfiguration.effectiveSwipeMaxOffset = offset;
}