shouldDoLearning property

bool get shouldDoLearning

Whether text entered into the text field should be used to improve typing suggestions for the user.

Implementation

bool get shouldDoLearning => _wrapped.shouldDoLearning;
set shouldDoLearning (bool v)

Implementation

set shouldDoLearning(bool v) {
  _wrapped.shouldDoLearning = v;
}