isShowAlphabetsBar property

bool isShowAlphabetsBar
final

isShowAlphabetsBar is a bool variable that determines whether or not to display the alphabet bar. If set to true, the alphabet bar will be shown, and if set to false, the alphabet bar will be hidden. This variable is declared as final, indicating that it can't be reassigned after being initialized.

Implementation

final bool isShowAlphabetsBar;