controller property

PageController? controller
final

An object that can be used to control the position to which this page view is scrolled.

Corresponds to Material's PageView's controller parameter: https://api.flutter.dev/flutter/widgets/PageView-class.html

Implementation

final PageController? controller;