Skip to content

ReorderableListView should use inherited PrimaryScrollController #20672

@jklint-g

Description

@jklint-g

The ReorderableListView breaks the iOS scroll-to-top gestures by unconditionally creating a new ScrollController:

final ScrollController _scrollController = new ScrollController();

Instead, the reorderable list should prefer using the PrimaryScrollController when available in didChangeDependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions