@override List<String> get animationDelay => _animationDelay ?? const [_0s];
set animationDelay(List<String>? value) { _animationDelay = value; }