LottieIntrinsicStates constructor

LottieIntrinsicStates()

Implementation

LottieIntrinsicStates()
    : super(
        nodeIcon: 'nodes/lottie.svg', //TODO: lottie icon
        displayName: NodeType.name(NType.lottie),
        type: NType.lottie,
        maxChildren: 0,
        canHave: ChildrenEnum.none,
        triggers: [],
      );