GetAnimatedStylesForNodeResult constructor
      
      GetAnimatedStylesForNodeResult({ 
    
    
- List<CSSAnimationStyle> ? animationStyles,
- CSSStyle? transitionsStyle,
- List<InheritedAnimatedStyleEntry> ? inherited,
Implementation
GetAnimatedStylesForNodeResult({
  this.animationStyles,
  this.transitionsStyle,
  this.inherited,
});