MainEditorControllers constructor

MainEditorControllers(
  1. ProImageEditorConfigs configs
)

Constructs a new instance of MainEditorControllers.

Implementation

MainEditorControllers(ProImageEditorConfigs configs) {
  bottomBarScrollCtrl = ScrollController();
  helperLineCtrl = StreamController.broadcast();
  layerHeroResetCtrl = StreamController.broadcast();
  removeBtnCtrl = StreamController.broadcast();
  uiLayerCtrl = StreamController.broadcast();
  screenshot = ContentRecorderController(configs: configs);
}