SeniorTabIndicator constructor

SeniorTabIndicator({
  1. required Color color,
})

Implementation

SeniorTabIndicator({required this.color}) : _painter = _SeniorPainter(color);