fluttercandies / flutter_scrollview_observer

A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
https://pub.dev/packages/scrollview_observer
MIT License
438 stars 47 forks source link

padding in CustomScrollView #57

Closed shahmirzali49 closed 1 year ago

shahmirzali49 commented 1 year ago

Platforms

dart

Description

What is the right way to use padding for SliverList in CustomScrollview for this package? cause you mention this in the doc.

Screenshot 2023-10-29 at 10 32 09

My code

No response

Try do it

No response

LinXunFeng commented 1 year ago

Oh, that was a problem in a very old version, you can use SliverPadding in CustomScrollView, I updated the documentation, thanks for the reminder.

shahmirzali49 commented 1 year ago

thanks, I used SliverPadding.