widgets/text_field library Widgets

A text field.

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

Classes

FTextField
A text field.
FTextFieldBorderStyle
A FTextField border's style.
FTextFieldErrorStyle
A FTextField error state's style.
FTextFieldStateStyle
A FTextField state's style.
FTextFieldStyle
FTextFieldStyle's style.

Typedefs

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