child property

Widget? child
final

The widget to be shown.

If null, label is displayed

Usually a Text

Implementation

final Widget? child;