CrossScrollDesign constructor

const CrossScrollDesign({
  1. bool reverse = false,
  2. EdgeInsetsGeometry? padding,
  3. ScrollPhysics? physics,
  4. Clip? clipBehavior,
  5. String? restorationId,
  6. ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
})

Implementation

const CrossScrollDesign({
  this.reverse = false,
  this.padding,
  this.physics,
  this.clipBehavior,
  this.restorationId,
  this.keyboardDismissBehavior,
});