visiblePages property

Map<int, double> visiblePages

Get list of the page numbers of the pages visible inside the viewport. The map keys are the page numbers. And each page number is associated to the page area (width x height) exposed to the viewport;

Implementation

Map<int, double> get visiblePages => _state!._visiblePages;