CustomUnderlineTabIndicator constructor
const
CustomUnderlineTabIndicator({
- BorderSide borderSide = const BorderSide(width: 2.0, color: Colors.white),
- EdgeInsetsGeometry insets = EdgeInsets.zero,
- double indicatorBottom = 0.0,
- double indicatorWidth = 28,
- 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,
});