counterText property
A human-readable counter string, e.g. "3/12", or empty when
there are no results.
Implementation
String get counterText =>
hasResults ? '${_selectedIndex + 1}/${_results.length}' : '';
A human-readable counter string, e.g. "3/12", or empty when
there are no results.
String get counterText =>
hasResults ? '${_selectedIndex + 1}/${_results.length}' : '';