**Describe the bug** With `TabWidthBehavior.sizeToContent`, the tab width is correct, but the offset with the previous and next tab is not. **To Reproduce** ```dart TabView( tabWidthBehavior: TabWidthBehavior.sizeToContent, ... ) ``` **Screenshots** 
Describe the bug
With
TabWidthBehavior.sizeToContent, the tab width is correct, but the offset with the previous and next tab is not.To Reproduce
Screenshots