uiCustomizationLayer property

dynamic uiCustomizationLayer

JSON structure defining labels and graphic elements to be added to the Camera UI

Implementation

dynamic get uiCustomizationLayer => _uiCustomizationLayer;
void uiCustomizationLayer=(dynamic val)

Implementation

set uiCustomizationLayer(dynamic val) {
  _uiCustomizationLayer = val;
  _setCustomization({"uiCustomizationLayer": val}, this);
}