ensemble
ensemble copied to clipboard
TabBar's exception
When I use TabBar with position start, it adds padding on the left side of the TabBar. There should be no padding unless specified by user.
- TabBar:
styles:
tabPosition: start
tabPadding: 0 24
items:
- label: Stretch Tab 1
icon: fiveHundredPx fontAwesome
widget:
Column:
styles:
padding: 30
crossAxis: center
children:
- Text:
text: First Tab content
- label: Stretch Tab 2
icon:
name: home
size: 30
widget:
Column:
styles:
padding: 30
crossAxis: center
children:
- Text:
text: Second Tab content
PR #1233
The issue is still there. Assigning to @hemish11 Please see Vinoth's PR here - #1249