ScrollableClientTheme constructor

const ScrollableClientTheme({
  1. DiagonalDragBehavior? diagonalDragBehavior,
  2. DragStartBehavior? dragStartBehavior,
  3. ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
  4. Clip? clipBehavior,
  5. HitTestBehavior? hitTestBehavior,
  6. bool? overscroll,
})

Implementation

const ScrollableClientTheme({
  this.diagonalDragBehavior,
  this.dragStartBehavior,
  this.keyboardDismissBehavior,
  this.clipBehavior,
  this.hitTestBehavior,
  this.overscroll,
});