ScrollView constructor
ScrollView({})
Creates a scroll view.
Implementation
ScrollView({
required this.child,
this.controller,
this.handleKeys = true,
this.mouseWheelDelta = 3,
this.enableSelection = false,
this.autoCopySelectionOnMouseUp = false,
this.autoCopySelectionOnExit = false,
this.clearSelectionAfterAutoCopy = true,
super.key,
});