GradientGlassProps constructor
const
GradientGlassProps({})
Implementation
const GradientGlassProps({
required this.child,
this.blur = 12.0,
this.gradientStart,
this.gradientEnd,
this.opacity = 0.2,
this.padding,
this.radius,
this.direction = 'to bottom right',
});