content property
Optional content builder for this tab.
When provided, this content will be displayed when the tab is selected. Used with TTabContent or TTabView widgets.
Implementation
final Widget Function(BuildContext context)? content;
Optional content builder for this tab.
When provided, this content will be displayed when the tab is selected. Used with TTabContent or TTabView widgets.
final Widget Function(BuildContext context)? content;