enableSound property

bool enableSound
final

Whether to play audio when the animation starts. Defaults to false.

Ignored when feedback is non-null.

Requires soundAssetPath to be non-null and the asset to be registered in the consuming app's pubspec.yaml.

Implementation

final bool enableSound;