child property

Widget? child
final

The widget under the snapping sheet.

Is often the main content of a page or app.

Implementation

final Widget? child;