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