FPCWhiteCodeField constructor
const
FPCWhiteCodeField({
- Key? key,
- TextEditingController? controller,
- StreamController<
bool> ? errorController, - FocusNode? focusNode,
- required int length,
- double? itemHeight,
- double? itemWidth,
- TextStyle? itemStyle,
- BorderRadius? borderRadius,
- double? borderWidth,
- double? horizontalInterval,
- void onChanged()?,
- void onCompleted()?,
- bool isAutofocus = false,
- bool isShowCursor = false,
- bool isDisabled = false,
- Color? disabledColor,
Implementation
const FPCWhiteCodeField({
super.key,
this.controller,
this.errorController,
this.focusNode,
required this.length,
this.itemHeight,
this.itemWidth,
this.itemStyle,
this.borderRadius,
this.borderWidth,
this.horizontalInterval,
this.onChanged,
this.onCompleted,
this.isAutofocus = false,
this.isShowCursor = false,
this.isDisabled = false,
this.disabledColor,
});