torchButtonVisible property

  1. @Deprecated('The torch button has been moved to the mini preview. Use property `torchControlVisible` instead.')
bool get torchButtonVisible

Implementation

@Deprecated('The torch button has been moved to the mini preview. Use property `torchControlVisible` instead.')
bool get torchButtonVisible {
  return false;
}
  1. @Deprecated('The torch button has been moved to the mini preview. Use property `torchControlVisible` instead.')
set torchButtonVisible (bool newValue)

Implementation

@Deprecated('The torch button has been moved to the mini preview. Use property `torchControlVisible` instead.')
set torchButtonVisible(bool newValue) {
  // Do nothing
}