TDTabBarIndicator constructor

const TDTabBarIndicator({
  1. BuildContext? context,
  2. double? indicatorWidth,
  3. double? indicatorHeight,
})

Implementation

const TDTabBarIndicator(
    {this.context, this.indicatorWidth, this.indicatorHeight});