child property

Widget child
final

The child widget displayed within the panel. This can be any widget that represents the content of the panel.

Implementation

final Widget child;