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