OverlayContainer constructor
Implementation
OverlayContainer({
Key key,
@required this.show,
@required this.child,
this.asWideAsParent = false,
this.position = const OverlayContainerPosition(0.0, 0.0),
this.materialColor = Colors.transparent,
}) : super(key: key);