changeFrameButtonExpandImage property

dynamic changeFrameButtonExpandImage

Allows you to set any image for the button that allows changing shapes of the camera (expanded state).

Implementation

Uint8List? get changeFrameButtonExpandImage => _changeFrameButtonExpandImage;
void changeFrameButtonExpandImage=(dynamic val)

Implementation

set changeFrameButtonExpandImage(Uint8List? val) {
  _changeFrameButtonExpandImage = val;
  _setCustomization({"changeFrameButtonExpandImage": _toBase64(val)}, this);
}