initialPage property

int initialPage
final

Zero-based page index to open initially.

For example, initialPage: 2 opens the third page. Out-of-range values are clamped to the valid range (falls back to the first page).

Implementation

final int initialPage;