height property
Custom builder to wrap the child if you don’t want to use wrapperType.
Optional height of the tab (passed to the Tab widget).
Implementation
// final Widget Function(Widget child)? customWrapperBuilder;
/// Optional height of the tab (passed to the [Tab] widget).
final double? height;