textForMoveCloserAndRescanHint property

String get textForMoveCloserAndRescanHint

Implementation

String get textForMoveCloserAndRescanHint => _textForMoveCloserAndRescanHint;
set textForMoveCloserAndRescanHint (String newValue)

Implementation

set textForMoveCloserAndRescanHint(String newValue) {
  _textForMoveCloserAndRescanHint = newValue;
  _updateNative();
}