Exposure constructor

Exposure(
  1. ControllerNotifier controllerNotifier,
  2. UIHandler uiHandler
)

Implementation

Exposure(
  ControllerNotifier controllerNotifier,
  UIHandler uiHandler,
)   : _controllerNotifier = controllerNotifier,
      _uiHandler = uiHandler,
      super(ExposureValue());