isSinglePage property
bool
get
isSinglePage
Whether there is a single page.
Implementation
bool get isSinglePage => pageCount == 1;
Whether there is a single page.
bool get isSinglePage => pageCount == 1;