position property

ValueNotifier<int> position
final

Implementation

final ValueNotifier<int> position = ValueNotifier<int>(0);