scrollRows property

List<List<DanmuItem<T>>> scrollRows
final

只是为了方便找出item所在行数

Implementation

final List<List<DanmuItem<T>>> scrollRows = [];