Home > Mobile >  TabBar Icon inside appbar in flutter
TabBar Icon inside appbar in flutter

Time:12-13

I want to add a this type of icon and divider in my appbar (inside Tab Bar). But how?tabBar icon

CodePudding user response:

You cannot add it in the TabBar widget, but you can create simple Row, add your custom tab button widgets and add divider and extra icon.

  • Related