MotionBlurScrollable constructor
const
MotionBlurScrollable({
- Key? key,
- required ScrollView child,
- TileMode? tileMode,
- double intensity = 1,
Implementation
const MotionBlurScrollable({
super.key,
required this.child,
this.tileMode,
this.intensity = 1,
});