titleString property
Returns the title string of the tab.
This will extract the text from widget tree if the title is a widget.
Implementation
String get titleString => titleWidget?.text | "";
Returns the title string of the tab.
This will extract the text from widget tree if the title is a widget.
String get titleString => titleWidget?.text | "";