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.
isShowDialCode is a bool variable that determines whether or not to display dial codes.
If set to true, dial codes will be shown, and if set to false, dial codes will be hidden.
This variable is declared as final, indicating that it can't be reassigned after being initialized.
isShowFlag is a bool variable that determines whether or not to display flags.
If set to true, flags will be shown, and if set to false, flags will be hidden.
This variable is declared as final, indicating that it can't be reassigned after being initialized.
isShowFloatButton is a bool variable that determines whether or not to display the float button.
If set to true, the float button will be shown, and if set to false, the float button will be hidden.
This variable is declared as final, indicating that it can't be reassigned after being initialized.
isShowLastPickTile is a bool variable that determines whether or not to display the last pick tile.
If set to true, the last pick will be shown, and if set to false, the last pick will be hidden.
This variable is declared as final, indicating that it can't be reassigned after being initialized.
isShowSearchTile is a bool variable that determines whether or not to display the search tile.
If set to true, the search tile will be shown, and if set to false, the search tile will be hidden.
This variable is declared as final, indicating that it can't be reassigned after being initialized.