isFirstPage property
bool
get
isFirstPage
Returns true
if this is the first page.
Implementation
bool get isFirstPage => currentPage == 0;
Returns true
if this is the first page.
bool get isFirstPage => currentPage == 0;