isFirstPage property

bool isFirstPage

Returns true if this is the first page.

Implementation

bool get isFirstPage => currentPage == 0;