Skip to content

[Feature Request] set initial position to LinkedScrollController #267

Open
@HiroyukiTamura

Description

@HiroyukiTamura

the initial scroll position is 0.0 in LinkedScrollController.

final initialScrollOffset = _attachedControllers.isEmpty
? 0.0
: _attachedControllers.first.position.pixels;

I want to set initial scroll position to LinkedScrollController. is there work around or can you implement this feature please?

a same question is asked on StackOveflow.

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