TabIndicator constructor
const
TabIndicator({
- required double height,
- required double width,
- Color? color,
- double? relativeOffsetX,
- double? relativeOffsetY,
- BorderRadius? borderRadius,
- IndicatorAlignment? alignment,
- OnRadiusChanged? onRadiusChanged,
- OnShaderChanged? onShaderChanged,
Implementation
const TabIndicator({
required this.height,
required this.width,
this.color,
this.relativeOffsetX,
this.relativeOffsetY,
this.borderRadius,
this.alignment,
this.onRadiusChanged,
this.onShaderChanged,
});