ItemPositionsListener.create constructor

ItemPositionsListener.create()

Creates an ItemPositionsListener that can be used by a ScrollablePositionedList to return the current position of items.

Implementation

factory ItemPositionsListener.create() => ItemPositionsNotifier();