ArcaneScrollBehavior constructor

const ArcaneScrollBehavior({
  1. bool allowMouseDragging = true,
  2. ScrollPhysics physics = const BouncingScrollPhysics(),
})

Creates a new ArcaneScrollBehavior instance.

@param allowMouseDragging Whether to allow dragging with a mouse to scroll content

Implementation

const ArcaneScrollBehavior(
    {this.allowMouseDragging = true,
    this.physics = const BouncingScrollPhysics()});