FxPinInput constructor
const
FxPinInput({
- Key? key,
- required Future<
void> onCompleted()?, - int length = 6,
- FxPinInputTheme? theme,
- bool autoFocus = true,
- TextEditingController? controller,
- FocusNode? focusNode,
Implementation
const FxPinInput({
super.key,
required this.onCompleted,
this.length = 6,
this.theme,
this.autoFocus = true,
this.controller,
this.focusNode,
});