child property Null safety
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;
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.
final Widget? child;