A textField widget to help display different style pin
More...
PinInputTextField( onSubmit: (pin) { //Add submit action. }, pinLength: 6, // The length of the pin decoration: BoxTightDecoration(), // or BoxLooseDecoration, UnderlineDecoration width: 300.0, height: 48.0, );
tinocheng.app
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on pin_input_text_field
Back