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