textForTapShutterToResumeSearchHint property

String? get textForTapShutterToResumeSearchHint

Implementation

String? get textForTapShutterToResumeSearchHint => _textForTapShutterToResumeSearchHint;
set textForTapShutterToResumeSearchHint (String? newValue)

Implementation

set textForTapShutterToResumeSearchHint(String? newValue) {
  _textForTapShutterToResumeSearchHint = newValue;
  _updateNative();
}