pages property

  1. @override
int? pages
final

The total number of pages. Defaults to 1.

Contract

Throws AssertionError if pages and controller are both provided.

Implementation

@override
final int? pages;