ModulaPinCodeInput constructor
const
ModulaPinCodeInput({
- Key? key,
- int length = 6,
- bool obscureText = false,
- ValueChanged<
String> ? onCompleted, - TextStyle? textStyle,
- InputDecoration? decoration,
- String obscureCharacter = '•',
Implementation
const ModulaPinCodeInput({
super.key,
this.length = 6,
this.obscureText = false,
this.onCompleted,
this.textStyle,
this.decoration,
this.obscureCharacter = '•',
});