textForTapShutterToPauseScreenHint property

String? get textForTapShutterToPauseScreenHint

Implementation

String? get textForTapShutterToPauseScreenHint => _textForTapShutterToPauseScreenHint;
set textForTapShutterToPauseScreenHint (String? newValue)

Implementation

set textForTapShutterToPauseScreenHint(String? newValue) {
  _textForTapShutterToPauseScreenHint = newValue;
  _updateNative();
}