child property

Widget? child
final

The widget that will be below this widget in the widget tree, typically a Row.

Implementation

final Widget? child;