VisualEffectSubviewProperties constructor
VisualEffectSubviewProperties({
- double? frameWidth,
- double? frameHeight,
- double? frameX,
- double? frameY,
- double? alphaValue,
- double? cornerRadius,
- int? cornerMask,
- NSVisualEffectViewMaterial? material,
- NSVisualEffectViewState? state,
Visual effect subview properties.
All values may be set to null if they should not be overwritten.
Implementation
VisualEffectSubviewProperties(
{this.frameWidth,
this.frameHeight,
this.frameX,
this.frameY,
this.alphaValue,
this.cornerRadius,
this.cornerMask,
this.material,
this.state});