showChangeFrameButton property
If it's set to true
, the button that allows you to change the camera
frame type will be displayed.
Default: false
.
Implementation
bool? get showChangeFrameButton => _showChangeFrameButton;
Implementation
set showChangeFrameButton(bool? val) {
_showChangeFrameButton = val;
_setFunctionality({"showChangeFrameButton": val}, this);
}