volume property

ValueNotifier<double> volume
final

The volume of the player. It's between 0 and 1, and defaults to 1.

Implementation

final volume = ValueNotifier(1.0);