builder property
Builder function that receives the context and active tab content (router mode only).
Implementation
final Widget Function(BuildContext context, Widget child)? builder;
Builder function that receives the context and active tab content (router mode only).
final Widget Function(BuildContext context, Widget child)? builder;