topIndex property

ValueNotifier<int> topIndex
final

The index of the item currently at the top (active).

Implementation

final topIndex = ValueNotifier<int>(0);