PlexCardGlassEffect constructor
const
PlexCardGlassEffect({})
Implementation
const PlexCardGlassEffect({
super.key,
this.shadowColor,
this.shadowColorDark,
this.glassColor,
this.glassColorDark,
this.borderColor,
this.borderColorDark,
this.borderWidth = 1,
this.cornerRadius = PlexDim.medium,
required this.child,
});