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