viewportFraction property

double viewportFraction
final

ONLY for PageView

The fraction of the viewport that each page should occupy. Defaults to 1.0, which means each page fills the viewport in the scrolling direction.

See PageController.viewportFraction

Implementation

final double viewportFraction;