AutoPanOnDragOptions constructor
const
AutoPanOnDragOptions({})
Implementation
const AutoPanOnDragOptions({
this.enabled = true,
this.safePadding = const EdgeInsets.all(16),
this.minStepPx = 6.0,
this.maxStepPx = 36.0,
this.gain = 0.25,
this.animated = true,
this.animationDuration = const Duration(milliseconds: 250),
});