selectedLeading property
Will show for leading selected icon
- Majority widgets in the package will use selectedLeading as leading widget but unSelectedLeading also works.
- When using for FloatingTabBar always provide value for selectedLeading as it show on bottom nav bar.
- When using for TopTabBar keeping it null can also take it through.
Implementation
final Widget? selectedLeading;