TabRoundedLineIndicator constructor

const TabRoundedLineIndicator(
  1. BuildContext context, {
  2. Color? indicatorColor,
  3. double indicatorHeight = 4,
  4. TabRoundedLineIndicatorSize indicatorSize = TabRoundedLineIndicatorSize.normal,
})

Implementation

const TabRoundedLineIndicator(
  this.context, {
  this.indicatorColor,
  this.indicatorHeight = 4,
  this.indicatorSize = TabRoundedLineIndicatorSize.normal,
});