CharacterInput constructor
const
CharacterInput({
- Key? key,
- TextInputType? keyboardType,
- FocusNode? focusNode,
- void onChange()?,
- BlockInputStyle? blockInputStyle,
- bool isCyrillic = false,
- required TextEditingController textController,
Implementation
const CharacterInput({
Key? key,
this.keyboardType,
this.focusNode,
this.onChange,
this.blockInputStyle,
this.isCyrillic = false,
required this.textController,
}) : super(key: key);