initialPage property
The initial page to be displayed.
Contract
Throws an AssertionError if:
- Both controller and initialPage are provided.
- initialPage is < 0.
- initialPage is >= pages
Implementation
final int? initialPage;
The initial page to be displayed.
Throws an AssertionError if:
final int? initialPage;