CustomUnderlineTabIndicator constructor

const CustomUnderlineTabIndicator({
  1. BorderSide borderSide = const BorderSide(width: 2.0, color: Colors.white),
  2. EdgeInsetsGeometry insets = EdgeInsets.zero,
  3. double indicatorBottom = 0.0,
  4. double indicatorWidth = 28,
  5. bool? isRound = true,
})

Implementation

const CustomUnderlineTabIndicator({
  this.borderSide = const BorderSide(width: 2.0, color: Colors.white),
  this.insets = EdgeInsets.zero,
  this.indicatorBottom = 0.0,
  this.indicatorWidth = 28,
  this.isRound = true,
});