pub package PRs Welcome underline_indicator release

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)),
...
  )