getEnableIMEPersonalizedLearning method

bool getEnableIMEPersonalizedLearning()

Returns the enableIMEPersonalizedLearning of the matched EditableText via Widget.toDiagnosticsNode

Implementation

bool getEnableIMEPersonalizedLearning() {
  return getDiagnosticProp<bool>('enableIMEPersonalizedLearning');
}