labelCaptureButtonVisible property

bool get labelCaptureButtonVisible

Implementation

bool get labelCaptureButtonVisible {
  return _labelCaptureButtonVisible;
}
set labelCaptureButtonVisible (bool newValue)

Implementation

set labelCaptureButtonVisible(bool newValue) {
  _labelCaptureButtonVisible = newValue;
  _update();
}