motion_blur_scrollable 1.6.0
motion_blur_scrollable: ^1.6.0 copied to clipboard
Motion blur for scrolling widgets
Motion blur scrollable #
A fork of motion_blur_scrollable as a package.
Usage #
Use class extending ScrollView as a child in MotionBlurScrollable
.
MotionBlurScrollable(
child: ListView.builder(
...
),
),