LivePageView constructor

const LivePageView({
  1. Key? key,
  2. required MutableCell<int> page,
  3. ValueCell<bool>? animate,
  4. ValueCell<Duration>? duration,
  5. ValueCell<Curve>? curve,
  6. ValueCell<void>? nextPage,
  7. ValueCell<void>? previousPage,
  8. MetaCell<bool>? isAnimating,
  9. Axis scrollDirection,
  10. bool reverse,
  11. ScrollPhysics? physics,
  12. bool pageSnapping,
  13. List<Widget> children,
  14. DragStartBehavior dragStartBehavior,
  15. bool allowImplicitScrolling,
  16. String? restorationId,
  17. Clip clipBehavior,
  18. HitTestBehavior hitTestBehavior,
  19. ScrollBehavior? scrollBehavior,
  20. bool padEnds,
})

Implementation

const factory LivePageView({
  Key? key,
  required MutableCell<int> page,
  ValueCell<bool>? animate,
  ValueCell<Duration>? duration,
  ValueCell<Curve>? curve,
  ValueCell<void>? nextPage,
  ValueCell<void>? previousPage,
  MetaCell<bool>? isAnimating,
  Axis scrollDirection,
  bool reverse,
  ScrollPhysics? physics,
  bool pageSnapping,
  List<Widget> children,
  DragStartBehavior dragStartBehavior,
  bool allowImplicitScrolling,
  String? restorationId,
  Clip clipBehavior,
  HitTestBehavior hitTestBehavior,
  ScrollBehavior? scrollBehavior,
  bool padEnds,
}) = _LivePageView$new;