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