page property

ValueNotifier<double>? page
finalinherited

A ValueNotifer for the current page.

When this value is provided, controller must be null.

Implementation

final ValueNotifier<double>? page;