XTabBarView constructor

XTabBarView(
  1. {Key key,
  2. TabController controller,
  3. ScrollPhysics physics,
  4. DragStartBehavior dragStartBehavior}
)

Implementation

XTabBarView(
    {this.key, this.controller, this.physics, this.dragStartBehavior});