CustomTabIndicator constructor

const CustomTabIndicator({
  1. Color? color,
  2. Size size = const Size(0, 0),
  3. double radius = 0,
})

Implementation

const CustomTabIndicator({
  this.color,
  this.size = const Size(0, 0),
  this.radius = 0,
});