@override List<String> get animationFillMode => _animationFillMode ?? ['none'];
set animationFillMode(List<String>? value) { _animationFillMode = value; }