content property

Widget Function(BuildContext context)? content
final

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;