index property

ValueNotifier<int> index
getter/setter pair

目前的视频序号

Implementation

ValueNotifier<int> index = ValueNotifier<int>(0);