pageCount property
int
get
pageCount
The total number of pages in the bottom sheet.
Implementation
int get pageCount => _state?.widget.pages.length ?? 0;
The total number of pages in the bottom sheet.
int get pageCount => _state?.widget.pages.length ?? 0;