UnderlineTabIndicator constructor
- BorderRadius? borderRadius,
- BorderSide borderSide = const BorderSide(width: 2.0, color: Colors.white),
- EdgeInsetsGeometry insets = EdgeInsets.zero,
Create an underline style selected tab indicator.
Implementation
const UnderlineTabIndicator({
this.borderRadius,
this.borderSide = const BorderSide(width: 2.0, color: Colors.white),
this.insets = EdgeInsets.zero,
});