soundAssetPath property
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;
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.
final String? soundAssetPath;