tabTitle property
set
tabTitle
(String value)
The tab title if multiTabEnabled is true.
Only supported on the DocumentView widget for Android. Defaults to the file name.
Implementation
set tabTitle(String value) => _tabTitle = value;