code_input library

Classes

CodeInput
CodeInputBuilders
An abstract class that provides some commonly-used builders for the character widgets.

Typedefs

CodeInputBuilder = Widget Function(bool hasFocus, String char)
A widget for inputting content with a fixed length, visually treating each character as a separate segment.