TabSizeIndicator constructor
TabSizeIndicator({
- required List<
Color> colors, - EdgeInsetsGeometry insets = EdgeInsets.zero,
- double height = 8,
- double width = 20,
Implementation
TabSizeIndicator({
required this.colors,
this.insets = EdgeInsets.zero,
this.height = 8,
this.width = 20,
}) {
borderSide = BorderSide(width: height);
}