stopCapturingText property

String? get stopCapturingText

Implementation

String? get stopCapturingText {
  return _stopCapturingText;
}
set stopCapturingText (String? newValue)

Implementation

set stopCapturingText(String? newValue) {
  _stopCapturingText = newValue;
  _update();
}