IndexBar constructor
const
IndexBar({})
Creates an index bar.
Implementation
const IndexBar({
super.key,
this.onIndexTap,
required this.letters,
this.height = 400.0,
this.width = 30.0,
this.textStyle,
this.highlightColor,
});