margin property
The margin around the tab bar.
This specifies the empty space surrounding the tab bar widget. This margin can be customized using various EdgeInsetsGeometry classes such as EdgeInsets, EdgeInsets.symmetric, EdgeInsets.only, etc.
Defaults to EdgeInsets.symmetric(horizontal: 6.0).
Implementation
final EdgeInsetsGeometry margin;