bloc/renderer_bloc library
Classes
- 
  RendererBLoC<
V extends RendererEvent, S extends RendererState>  - The Parent class of all BLoCs in a project. It has all the required functions to make any BLoC function reactively It must be provided with both RendererEvent and RendererState types