PinCodeText constructor
PinCodeText({
- Key? key,
- ValueChanged<
String> ? onChanged, - double lineHigh = 100.0,
- double boxSize = 35,
- bool autofocus = true,
- int pinLength = 6,
- bool alwaysShowKeyBoard = false,
- EdgeInsets pinBoxOuterPadding = const EdgeInsets.symmetric(horizontal: 4),
- TextEditingController? controller,
Implementation
PinCodeText({
Key? key,
this.onChanged,
this.lineHigh = 100.0,
this.boxSize = 35,
this.autofocus = true,
this.pinLength = 6,
this.alwaysShowKeyBoard = false,
this.pinBoxOuterPadding = const EdgeInsets.symmetric(horizontal: 4),
this.controller
}) : super(key: key);