Ambiance constructor

const Ambiance({
  1. required AssetReference sound,
  2. Point<double>? position,
})

Create an instance.

Implementation

const Ambiance({
  required this.sound,
  this.position,
});