changeFrameButtonExpandImage property

dynamic changeFrameButtonExpandImage

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

Implementation

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

Implementation

set changeFrameButtonExpandImage(Image? val) {
  _changeFrameButtonExpandImage = val;
  _set({"changeFrameButtonExpandImage": _imageToBase64(val)});
}