VerificationCode constructor Null safety
- {required VerificationCodeBuilder builder,
- required ValueChanged<
String> onCompleted, - int length = 4,
- bool enableHorizontalScroll = true,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center}
Implementation
VerificationCode({
required this.builder,
required this.onCompleted,
this.length = 4,
this.enableHorizontalScroll = true,
this.mainAxisAlignment = MainAxisAlignment.center,
});