ExtendedUnderlineTabIndicator constructor
const
ExtendedUnderlineTabIndicator({
- BorderSide borderSide = const BorderSide(width: 2.0, color: Colors.white),
- EdgeInsetsGeometry insets = EdgeInsets.zero,
- Axis scrollDirection = Axis.horizontal,
- StrokeCap strokeCap = StrokeCap.square,
- double? size,
Create an underline style selected tab indicator.
The borderSide
and insets
arguments must not be null.
Implementation
const ExtendedUnderlineTabIndicator({
this.borderSide = const BorderSide(width: 2.0, color: Colors.white),
this.insets = EdgeInsets.zero,
this.scrollDirection = Axis.horizontal,
this.strokeCap = StrokeCap.square,
this.size,
});