TagsTextField class

Tags TextField

Constructors

TagsTextField({bool lowerCase = false, TextStyle textStyle = const TextStyle(fontSize: 14), double width = 200, EdgeInsets? padding, bool enabled = true, bool duplicates = false, List<String>? suggestions, bool constraintSuggestion = true, bool? autocorrect, bool? autofocus, String? hintText, Color? hintTextColor, Color? suggestionTextColor, String? helperText, TextStyle? helperTextStyle, TextInputType? keyboardType, TextCapitalization? textCapitalization, int? maxLength, InputDecoration? inputDecoration, OnSubmittedCallback? onSubmitted, OnChangedCallback? onChanged, FocusNode? focusNode})

Properties

autocorrect bool?
final
autofocus bool?
final
constraintSuggestion bool
Allows you to insert tags not present in the list of suggestions
final
duplicates bool
final
enabled bool
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
helperText String?
final
helperTextStyle TextStyle?
final
hintText String?
final
hintTextColor Color?
final
inputDecoration InputDecoration?
final
keyboardType TextInputType?
final
lowerCase bool
final
maxLength int?
final
onChanged OnChangedCallback?
final
onSubmitted OnSubmittedCallback?
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions List<String>?
final
suggestionTextColor Color?
final
textCapitalization TextCapitalization?
final
textStyle TextStyle
final
width double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited