child property

  1. @required
Widget child
final

Widget that will be rendered by the HUD. Ideally this widget is a scaffold so when the HUD is rendered it covers the entire screen.

Implementation

@required
final Widget child;