Skip to content

Scroll to position #5

@AravinthC-18

Description

@AravinthC-18
ListView(children: <Widget>[
  Container(...),
  Container(...), #scroll for example to this container 
  Container(...)
]);

When the screen loads, how to scroll to a specific position to show the user.
I notice in the section view class
_controller.sliverController.jumpToIndex(item.mapIndex);
It has a controller for the specific index.
But i can't access the method in this class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions