ensemble icon indicating copy to clipboard operation
ensemble copied to clipboard

TabBar's exception

Open amin-nas opened this issue 1 year ago • 2 comments

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

Screenshot 2024-01-23 092947

amin-nas avatar Jan 23 '24 14:01 amin-nas

PR #1233

vinothvino42 avatar Feb 13 '24 13:02 vinothvino42

The issue is still there. Assigning to @hemish11 Please see Vinoth's PR here - #1249

kmahmood74 avatar Mar 24 '24 15:03 kmahmood74