ArcaneScrollBehavior constructor
const
ArcaneScrollBehavior({
- bool allowMouseDragging = true,
- 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()});