widgets/detectable_text_field library

Classes

DetectableTextField
A material design text field.
TextInputType
The type of information for which to optimize the text input control.

Enums

SmartDashesType
Indicates how to handle the intelligent replacement of dashes in text input.
SmartQuotesType
Indicates how to handle the intelligent replacement of quotes in text input.
TextCapitalization
Configures how the platform keyboard will select an uppercase or lowercase keyboard.
TextInputAction
An action the user has requested the text input control to perform.

Typedefs

InputCounterWidgetBuilder = Widget? Function(BuildContext context, {required int currentLength, required bool isFocused, required int? maxLength})
Signature for the DetectableTextField.buildCounter callback.