ignoreDragLimits property

  1. @Deprecated('There is no drag limit anymore.')
bool ignoreDragLimits

Implementation

@Deprecated('There is no drag limit anymore.')
bool get ignoreDragLimits => _ignoreDragLimits;
  1. @Deprecated('There is no drag limit anymore.')
void ignoreDragLimits=(bool newValue)

Implementation

@Deprecated('There is no drag limit anymore.')
set ignoreDragLimits(bool newValue) {
  // ignore set
  _ignoreDragLimits = true;
}