CupertinoPopupSurfaceModifier constructor
const
CupertinoPopupSurfaceModifier({})
Creates an iOS-style rounded rectangle popup surface.
Implementation
const CupertinoPopupSurfaceModifier({
super.key,
super.child,
super.modifierKey,
this.isSurfacePainted = true,
});