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