child property

Widget? child
final

The widget to be used as the tab's label.

Usually a Text widget, possibly wrapped in a Semantics widget.

Must not be used in combination with text.

Implementation

final Widget? child;