underline_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

underline indicator

A underline indicator.
Getting Started #
TabBar(
...
indicator: UnderlineIndicator(
strokeCap: StrokeCap.round,// Set your line endings.
borderSide: BorderSide(
color: Color(0xff2fcfbb),
width: 3,
),
insets: EdgeInsets.only(bottom: 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.