dot_tab_indicator 1.0.0 copy "dot_tab_indicator: ^1.0.0" to clipboard
dot_tab_indicator: ^1.0.0 copied to clipboard

Customizable Dot Tab Indicator.

dot_tab_indicator #

Dot TabBar indicator

Getting started #

TabBar(
  isScrollable: true,
  controller: _tabController,
  labelColor: Colors.black,
  tabs: <Widget>[
    Tab(text: 'DOTTED'),
    Tab(text: 'Tab'),
    Tab(text: 'INDICATOR'),
  ],
  indicator: DotIndicator(
    indicatorColor: Colors.black,
    radius: kDefaultDotIndicatorRadius,
  ),
  indicatorWeight: 2 * kDefaultDotIndicatorRadius,
),
1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Customizable Dot Tab Indicator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on dot_tab_indicator