bgm property

bool get bgm

Implementation

bool get bgm => _bgm;
set bgm (bool value)

Implementation

set bgm(bool value) {
  _bgm = value;
  notifyListeners();
  save();
}