removeSoundAnimation method
Удаление звуковой анимации
Implementation
void removeSoundAnimation(Animation animation) {
sound.animations.remove(animation);
if (_selectedAnim == animation) {
_selectedAnim = null;
}
notifyListeners();
}
Удаление звуковой анимации
void removeSoundAnimation(Animation animation) {
sound.animations.remove(animation);
if (_selectedAnim == animation) {
_selectedAnim = null;
}
notifyListeners();
}