scrollIndex property Null safety
The index of the first visible semantic child of a scroll node.
Implementation
int? get scrollIndex => _scrollIndex;
The index of the first visible semantic child of a scroll node.
int? get scrollIndex => _scrollIndex;