positions property

  1. @override
Iterable<ScrollPosition> get positions
override

The currently attached positions.

This should not be mutated directly. ScrollPosition objects can be added and removed using attach and detach.

Implementation

@override
Iterable<ScrollPosition> get positions => inner.positions;