CupertinoPopupSurface constructor

const CupertinoPopupSurface({Key key, bool isSurfacePainted: true, Widget child })

Creates an iOS-style rounded rectangle popup surface.

Implementation

const CupertinoPopupSurface({
  Key key,
  this.isSurfacePainted = true,
  this.child,
}) : super(key: key);