OtpInputWidget constructor
const
OtpInputWidget({})
Creates an OTP input.
Implementation
const OtpInputWidget({
super.key,
this.length = 6,
this.onChanged,
this.onCompleted,
this.boxWidth = 44,
this.boxHeight = 52,
this.obscureText = false,
this.autoFocus = false,
this.semanticLabel,
});