setAnimationSwitch method

  1. @ControllerProps(NodeProps.kAnimationSwitch)
void setAnimationSwitch(
  1. ModalRenderViewModel renderViewModel,
  2. bool animationSwitch
)

Implementation

@ControllerProps(NodeProps.kAnimationSwitch)
void setAnimationSwitch(ModalRenderViewModel renderViewModel, bool animationSwitch) {
  renderViewModel.animationSwitch = animationSwitch;
}