changeFrameButtonExpandImage property
Allows you to set any image for the button that allows changing shapes of the camera (expanded state).
Implementation
Image? get changeFrameButtonExpandImage => _changeFrameButtonExpandImage;
Implementation
set changeFrameButtonExpandImage(Image? val) {
_changeFrameButtonExpandImage = val;
_set({"changeFrameButtonExpandImage": _imageToBase64(val)});
}