wrapOverlay method
Lets subclasses wrap overlay content with inherited dependencies captured from the anchor subtree (for example, a custom theme).
Implementation
@protected
Widget wrapOverlay(BuildContext anchorContext, Widget overlayChild) {
return overlayChild;
}