child property

Widget? child
getter/setter pair

The (optional) default progress widget that are displayed before message of the dialog, it will replaced when you use setChild, and it will restored if you setChild(null).

Implementation

Widget? child;