child property Null safety

Widget child
final

child is used to get the current widget that the OverlayBuilder is wrapping and then display it in the application interface.

Implementation

final Widget child;