backgroundController method
Implementation
AnimationSystemController? backgroundController() => _state != null && _state!.backgroundSystemControllers.state.length >= 2 ? _state!.backgroundSystemControllers.state[1] : null;
AnimationSystemController? backgroundController() => _state != null && _state!.backgroundSystemControllers.state.length >= 2 ? _state!.backgroundSystemControllers.state[1] : null;