CustomTabIndicator constructor

const CustomTabIndicator({
  1. double radius = 8,
  2. double indicatorHeight = 4,
  3. Color color = Colors.blue,
})

Implementation

const CustomTabIndicator({
  this.radius = 8,
  this.indicatorHeight = 4,
  this.color = Colors.blue,
});