flutter_scroll_shadow 1.0.1 flutter_scroll_shadow: ^1.0.1 copied to clipboard
ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation.
Flutter Scroll Shadow #
[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 👍