GetAnimatedStylesForNodeResult constructor

GetAnimatedStylesForNodeResult({
  1. List<CSSAnimationStyle>? animationStyles,
  2. CSSStyle? transitionsStyle,
  3. List<InheritedAnimatedStyleEntry>? inherited,
})

Implementation

GetAnimatedStylesForNodeResult({
  this.animationStyles,
  this.transitionsStyle,
  this.inherited,
});