child property

Widget child
final

The child widget to be rendered below this button. This ideally should be MaterialApp or the whole screen.

Implementation

final Widget child;