TabBarViewProperties constructor

const TabBarViewProperties({
  1. ScrollPhysics? physics,
  2. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
})

Implementation

const TabBarViewProperties({
  this.physics,
  this.dragStartBehavior = DragStartBehavior.start,
});