ImageTabIndicator constructor
ImageTabIndicator({})
Implementation
ImageTabIndicator({
required this.image,
required this.height,
required this.width,
this.alignment,
this.relativeOffsetX,
this.relativeOffsetY,
});