AutoPageView constructor
const
AutoPageView({
- Key? key,
- required bool animatePageTransition,
- Duration duration = const Duration(milliseconds: 300),
- required PageController controller,
- ScrollPhysics? physics,
- required TabsRouter router,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- Axis scrollDirection = Axis.horizontal,
Default constructor
Implementation
const AutoPageView({
super.key,
required this.animatePageTransition,
this.duration = const Duration(milliseconds: 300),
required this.controller,
this.physics,
required this.router,
this.dragStartBehavior = DragStartBehavior.start,
this.scrollDirection = Axis.horizontal,
});