flutter_scroll_shadow 1.1.0 flutter_scroll_shadow: ^1.1.0 copied to clipboard
ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.
Flutter Scroll Shadow #
[1.1.0] - 2023-01-04 #
@rickypid
- Improved documentations.
@coruscant187
- Added
ignoreInteraction
property toScrollShadow
so that the shadow will be ignored from interactions while you can still interact with the widget below. Defaults totrue
.
@allato
- Fixed invisible shadow if it doesn't need scrolling.
[0.1.0-alpha.1] - 2021-04-30 #
@Zabadam
- Split package into
/src
files. - Null safety support.
- Default
duration
increased to300
ms (and property name shortened). - Major simplification of visibility logic.
- Removal of
AnimationController
s andTween
s in favor ofAnimatedOpacity
s. loc
: 231 -> 185, with added comments 👍