VisualEffectSubviewProperties constructor

VisualEffectSubviewProperties({
  1. double? frameWidth,
  2. double? frameHeight,
  3. double? frameX,
  4. double? frameY,
  5. double? alphaValue,
  6. double? cornerRadius,
  7. int? cornerMask,
  8. WindowEffect? effect,
  9. MacOSBlurViewState? state,
})

Implementation

VisualEffectSubviewProperties({
  this.frameWidth,
  this.frameHeight,
  this.frameX,
  this.frameY,
  this.alphaValue,
  this.cornerRadius,
  this.cornerMask,
  this.effect,
  this.state,
});