flutter_point_tab_bar
a tab bar widget with point indicator.
usage
pointtabbar(
controller: _tabcontroller,
indicator: pointtabindicator(
color: colors.white,
insets: edgeinsets.only(bottom: 4),
),
tabs: tablist.map((item) {
return pointtab(
text: item,
);
}).tolist(),
)
example
please run the app in the example/
folder to start playing!
Comments are closed.