LiquidGlassEffect constructor
const
LiquidGlassEffect({})
Implementation
const LiquidGlassEffect({
super.key,
required this.child,
required this.config,
this.isPressed = false,
this.isHovered = false,
this.localPosition = Offset.zero,
this.hoverAnimation = 0.0,
});