soundAssetPath property

String? soundAssetPath
final

Flutter asset path for the sound file (e.g. 'assets/sounds/cheer.mp3').

Ignored when feedback is non-null, or when effective enableSound is false.

Implementation

final String? soundAssetPath;