flutter_point_tab_bar

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter point tab bar

flutter_point_tab_bar #
A tab bar widget with point indicator.
Demo #

Usage #
TabBar(
controller: _tabController,
indicator: PointTabIndicator(
position: PointTabIndicatorPosition.bottom,
color: Colors.white,
insets: EdgeInsets.only(bottom: 6),
),
tabs: tabList.map((item) {
return Tab(
text: item,
);
}).toList(),
)
copied to clipboard
Example #
Please run the app in the example/ folder to start playing!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.