VisualEffectSubviewProperties constructor
VisualEffectSubviewProperties({
- double? frameWidth,
- double? frameHeight,
- double? frameX,
- double? frameY,
- double? alphaValue,
- double? cornerRadius,
- int? cornerMask,
- WindowEffect? effect,
- MacOSBlurViewState? state,
Implementation
VisualEffectSubviewProperties({
this.frameWidth,
this.frameHeight,
this.frameX,
this.frameY,
this.alphaValue,
this.cornerRadius,
this.cornerMask,
this.effect,
this.state,
});