contentWrapBuilder property

TabContentWrapBuilder? contentWrapBuilder
final

Defines a cutom builder for the widget that wraps each tab content, This can be useful for bulding a Widget that implements a custom animation params: BuildContext The current context EnumClass The current tab being builded bool if the current tab is active Widget The actual content to be wraped, you neend to pass this widget as a child of your Widget implementation

Implementation

final TabContentWrapBuilder? contentWrapBuilder;