ProgressiveBlurWidget.custom constructor
const
ProgressiveBlurWidget.custom({})
Implementation
const ProgressiveBlurWidget.custom({
super.key,
required this.blurTexture,
required this.sigma,
required this.child,
this.tintColor = Colors.transparent,
}) : linearGradientBlur = null,
// Irrelevant in case of a custom blur texture
blurTextureDimensions = -1;