diff --git a/README.md b/README.md index c9eb4325..4f489687 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ A flutter package which will help you to generate pin code fields with beautiful ## Notes - To enable "Fill color" for each cells, `enableActiveFill` must be set to `true`. The default value is `false`. -- To change the keyboard type, for example to use only number keyboard, or only for email use `textInputType` parameter, default is [TextInputType.visiblePassword] +- To change the keyboard type, for example to use only number keyboard, or only for email use `keyboardType` parameter, default is [TextInputType.visiblePassword] - `FocosNode` and `TextEditingController` will get disposed automatically. Use `autoDisposeControllers = false` to disable it. - to use v5.0.0 or above, developers must have Flutter SDK 1.20.0 or above.