ActionStopSound constructor

ActionStopSound({
  1. String id = '',
  2. double fadeoutTimeInSec = 0.0,
})

Implementation

ActionStopSound({
    this.id = '',
    this.fadeoutTimeInSec = 0.0,
});