ArcaneLiquidGlass constructor

const ArcaneLiquidGlass({
  1. LiquidShape? shape,
  2. bool glassContainsChild = false,
  3. Clip clipBehavior = Clip.hardEdge,
  4. 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,
  ),
});