mponkin / fading_edge_scrollview

Flutter library for displaying fading edges on scroll views
BSD 3-Clause "New" or "Revised" License
43 stars 30 forks source link

permit show or hide top or bottom fade #20

Closed alejandrogiubel closed 1 year ago

alejandrogiubel commented 1 year ago

Hi great package. Will be nice to permit show or hide top or bottom fade.

milkyway044 commented 1 year ago

@alejandrogiubel to hide top fade: gradientFractionOnStart = 0 to hide bottom fade: gradientFractionOnEnd = 0