Skip to content

initialPage options is not working #468

@evferrer87

Description

@evferrer87

The initalPage option is not working and I am not able to set the page 2 as the default one.
When tun this code it always shows the first page.

Any idea about this? thanks

return Container( child: CarouselSlider( options: CarouselOptions( aspectRatio: 2.0, enlargeCenterPage: true, enableInfiniteScroll: false, initialPage: 1, autoPlay: false, ), items: [Text('1'), Text('2'), Text('3')], ));

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