ArcaneSurfaceCard.frosted constructor
const
ArcaneSurfaceCard.frosted({})
Implementation
const ArcaneSurfaceCard.frosted({
required this.child,
this.blurAmount = 12.0,
this.backgroundOpacity = 0.6,
this.backgroundColor,
this.borderRadius,
this.showBorder = true,
this.padding,
this.shadow = ShadowIntensity.md,
super.key,
}) : effect = SurfaceEffect.frosted,
gradientColors = null,
gradientAngle = 135;