titleWidget property
Widget?
get
titleWidget
Returns the title widget of the tab.
Implementation
Widget? get titleWidget => forceWidget(title);
Returns the title widget of the tab.
Widget? get titleWidget => forceWidget(title);