ArcaneLiquidGlass constructor
const
ArcaneLiquidGlass({
- LiquidShape? shape,
- bool glassContainsChild = false,
- Clip clipBehavior = Clip.hardEdge,
- LiquidGlassSettings? settings = const LiquidGlassSettings(glassColor: Color.fromARGB(0, 0, 0, 0), thickness: 20, saturation: 1, lightness: 1, refractiveIndex: 1.61, chromaticAberration: 0, blend: 20, blur: 8, lightAngle: 0, lightIntensity: 0, ambientStrength: 0),
Implementation
const ArcaneLiquidGlass({
this.shape,
this.glassContainsChild = false,
this.clipBehavior = Clip.hardEdge,
this.settings = const LiquidGlassSettings(
glassColor: Color.fromARGB(0, 0, 0, 0),
thickness: 20,
saturation: 1,
lightness: 1,
refractiveIndex: 1.61,
chromaticAberration: 0,
blend: 20,
blur: 8,
lightAngle: 0,
lightIntensity: 0,
ambientStrength: 0,
),
});