-
Notifications
You must be signed in to change notification settings - Fork 9
stretchModes property #1
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels