soundAssetPath property

String? soundAssetPath
final

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

Takes priority over builtinSound when both are set. Ignored when enableSound is false.

Implementation

final String? soundAssetPath;