Skip to content

stretchModes property #1

@hetthummar

Description

@hetthummar

Flutter added stretchModes properties in FlexibleSpaceBar which allows us to zoom or blur the image when user tries to scroll below minimum limit.

flexibleSpace: FlexibleSpaceBar(
    flexibleSpace: BackgroundFlexibleSpaceBar(
        stretchModes: const [
           StretchMode.zoomBackground,
           StretchMode.blurBackground,
           StretchMode.fadeTitle,
        ],
)

I think it is nice to have this in this library.

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