text_span_field_plus library
Classes
- TextInputType
- The type of information for which to optimize the text input control.
- TextSpanFieldPlus
- A material design text field.
Enums
- 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, {int currentLength, bool isFocused, int maxLength})
- Signature for the TextSpanFieldPlus.buildCounter callback.