CupertinoPopupSurfaceModifier constructor

const CupertinoPopupSurfaceModifier({
  1. Key? key,
  2. Widget? child,
  3. Key? modifierKey,
  4. bool isSurfacePainted = true,
})

Creates an iOS-style rounded rectangle popup surface.

Implementation

const CupertinoPopupSurfaceModifier({
  super.key,
  super.child,
  super.modifierKey,
  this.isSurfacePainted = true,
});