SmallUnderLineTabIndicator constructor

const SmallUnderLineTabIndicator({
  1. required Color color,
  2. double width = 16,
  3. double height = 8,
  4. double radius = 8,
  5. double paddingLeft = 0,
  6. dynamic tabAlignment = TabAlignment.bottom,
})

Implementation

const SmallUnderLineTabIndicator({
  required this.color,
  this.width = 16,
  this.height = 8,
  this.radius = 8,
  this.paddingLeft = 0,
  this.tabAlignment = TabAlignment.bottom,
});