enableIMEPersonalizedLearning static method

TextField enableIMEPersonalizedLearning([
  1. bool enable = true
])

Implementation

static TextField enableIMEPersonalizedLearning([bool enable = true]) =>
    TextField(enableIMEPersonalizedLearning: enable);