firstShown property

ValueChanged<int>? firstShown
final

Event to call with the index of the topmost visible item in the viewport while scrolling. Can be used to display the current letter of an alphabetically sorted list, for instance.

Implementation

final ValueChanged<int>? firstShown;