OTPTextField
OTPTextField copied to clipboard
Default margin between field
How do you remove or lower the default margin between fields?
You can use spaceBetween attribute
OTPTextField(
...
// this is the margin between fields
spaceBetween: 10.0;
)