widgets/text_field library Widgets

A text field.

See https://forui.dev/docs/form/text-field for working examples.

Classes

FTextField
A text field.
FTextFieldStyle
The text field style.
FTextFormField
A text field that is wrapped is a FormField for convenience.

Typedefs

FTextFieldCounterBuilder = Widget? Function(BuildContext context, int currentLength, int? maxLength, bool focused)
The FTextField.counterBuilder callback.