onPageLimitReached property

VoidCallback? onPageLimitReached
final

Called when the very last story is finished.

Functions like "Navigator.pop(context)" is expected.

Implementation

final VoidCallback? onPageLimitReached;