LiquidGlassSettings constructor
const
LiquidGlassSettings({
- double blendPx = 5,
- double refractStrength = -0.06,
- double distortFalloffPx = 45,
- double distortExponent = 4,
- double blurRadiusPx = 0,
- double specAngle = 4,
- double specStrength = 20.0,
- double specPower = 100,
- double specWidth = 10,
- double lightbandOffsetPx = 10,
- double lightbandWidthPx = 30,
- double lightbandStrength = 0.9,
- Color lightbandColor = Colors.white,
Implementation
const LiquidGlassSettings({
this.blendPx = 5,
this.refractStrength = -0.06,
this.distortFalloffPx = 45,
this.distortExponent = 4,
this.blurRadiusPx = 0,
this.specAngle = 4,
this.specStrength = 20.0,
this.specPower = 100,
this.specWidth = 10,
this.lightbandOffsetPx = 10,
this.lightbandWidthPx = 30,
this.lightbandStrength = 0.9,
this.lightbandColor = Colors.white,
});