bubble_tab_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

bubble tab indicator

Bubble Tab Indicator #

A Flutter library to add bubble tab indicator to TabBar.

Getting Started #
Add package from github by adding the following to your pubspec.yaml, pub publication is added later.
dependencies:
bubble_tab_indicator: "^0.1.5"
copied to clipboard
Import the library in your file:
import 'package:bubble_tab_indicator/bubble_tab_indicator.dart';
copied to clipboard
Use the BubbleTabIndicator like this:
new TabBar(
indicatorSize: TabBarIndicatorSize.tab,
indicator: BubbleTabIndicator(
indicatorHeight: 25.0,
indicatorColor: Colors.blueAccent,
tabBarIndicatorSize: TabBarIndicatorSize.tab,
// Other flags
// indicatorRadius: 1,
// insets: EdgeInsets.all(1),
// padding: EdgeInsets.all(10)
),
)
copied to clipboard

License

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

Customer Reviews

There are no reviews.