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