Variable EditBox._enableScrollAfterText

class EditBox
{
  // ...
  bool _enableScrollAfterText = true;
  // ...
}