-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
This is my code snippet
OTPTextField(
length: 4,
width: MediaQuery.of(context).size.width,
fieldWidth: ScreenUtil().setWidth(60),
style: TextStyle(
fontSize: ScreenUtil().setSp(18),
),
keyboardType: TextInputType.number,
textFieldAlignment:
MainAxisAlignment.spaceAround,
fieldStyle: FieldStyle.box,
onCompleted: (pin) {
print("Completed: " + pin);
authController.otp.text = pin;
},
)
Metadata
Metadata
Assignees
Labels
No labels