bounceTime method
- @ControllerProps(NodeProps.kBounceTime)
- RefreshWrapperRenderViewModel renderViewModel,
- int bounceTime
Implementation
@ControllerProps(NodeProps.kBounceTime)
void bounceTime(
RefreshWrapperRenderViewModel renderViewModel,
int bounceTime,
) {
renderViewModel.bounceTime = bounceTime;
}