callPageChangedAtEnd property

bool callPageChangedAtEnd
final

The flag to call onPageChanged when page changing is finished, defaults to true, and this means it will behave the same as builtin PageView.

Note that this flag has no influence to listeners in PageController, those will still be called when round value of page offset changed.

Implementation

final bool callPageChangedAtEnd;