muted property

ValueNotifier<bool> muted
getter/setter pair

Implementation

ValueNotifier<bool> muted = ValueNotifier(false);