onFocusItemChanged property

ValueChanged<int>? onFocusItemChanged
final

Called with the index of the item at the focused alignment whenever a section border is crossed.

Implementation

final ValueChanged<int>? onFocusItemChanged;