InputOTP constructor
const
InputOTP({
- Key? key,
- required List<
InputOTPChild> children, - OTPCodepointList? initialValue,
- ValueChanged<
OTPCodepointList> ? onChanged, - ValueChanged<
OTPCodepointList> ? onSubmitted, - bool useNativeContextMenu = false,
Implementation
const InputOTP({
super.key,
required this.children,
this.initialValue,
this.onChanged,
this.onSubmitted,
this.useNativeContextMenu = false,
});