selectItemSound property

Sound? selectItemSound
final

The sound to play when selecting an item in this menu.

If selectItemSound is not null, then the sound will be heard when moving to a menu item with the keyboard, or touching it on the screen.

Implementation

final Sound? selectItemSound;