child property

Widget child
final

The widget to display inside the console area.

This is typically a Text or other widget that renders the console output.

Implementation

final Widget child;