ScrollableClientTheme constructor
const
ScrollableClientTheme({
- DiagonalDragBehavior? diagonalDragBehavior,
- DragStartBehavior? dragStartBehavior,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- Clip? clipBehavior,
- HitTestBehavior? hitTestBehavior,
- bool? overscroll,
Implementation
const ScrollableClientTheme({
this.diagonalDragBehavior,
this.dragStartBehavior,
this.keyboardDismissBehavior,
this.clipBehavior,
this.hitTestBehavior,
this.overscroll,
});