titleString property

String get titleString

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 | "";