MoonCodeInputField constructor
const
MoonCodeInputField({
- Key? key,
- int length = 6,
- required ValueChanged<
String> onCompleted,
Implementation
const MoonCodeInputField({
super.key,
this.length = 6,
required this.onCompleted,
});