numItemsDisplayed method

int numItemsDisplayed()

Gets the number of items currently displayed in the list. This can be different from the number of items in the list.

Implementation

int numItemsDisplayed() => _numItemsDisplayed;