LiquidGlassBackground constructor
const
LiquidGlassBackground({
- Key? key,
- required Widget child,
- double? blurAmount,
- double? noiseOpacity,
- double? highlightIntensity,
- Color? highlightColor,
- Color? noiseColor,
- ImageProvider<
Object> ? backgroundImageProvider, - Gradient? backgroundGradient,
- BoxFit backgroundFit = BoxFit.cover,
- Alignment backgroundAlignment = Alignment.center,
Implementation
const LiquidGlassBackground({
super.key,
required this.child,
this.blurAmount,
this.noiseOpacity,
this.highlightIntensity,
this.highlightColor,
this.noiseColor,
this.backgroundImageProvider,
this.backgroundGradient,
this.backgroundFit = BoxFit.cover,
this.backgroundAlignment = Alignment.center,
});