tabbar_gradient_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

tabbar gradient indicator

Tabbar gradient indicator #
a custom tabbar gradient indicator for flutter, and it support ios and android
Screenshots #

Getting Started #


Depend on it by adding this to your pubspec.yaml file: tabbar_gradient_indicator: ^1.0.0


Import it: import 'package:tabbar_gradient_indicator/tabbar_gradient_indicator.dart'


set the indicator property of Tabbar like this:


TabBar(indicator: TabBarGradientIndicator(
gradientColor: [Color(0xff579CFA) , Color(0xff2FDEE7)],
indicatorWidth: 2)
)
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.