flutter_tags_x library

Classes

DataList
Data List
DataListInherited
Inherited Widget
Item
callback
ItemTags
ItemTagsIcon
ItemTag Icon
ItemTagsImage
ItemTag Image
ItemTagsRemoveButton
ItemTag RemoveButton
SuggestionsTextField
Tags
TagsState
TagsTextField
Tags TextField

Enums

ItemTagsCombine
combines icon text or image

Typedefs

ItemBuilder = Widget Function(int index)
ItemBuilder
OnChangedCallback = void Function(String string)
Used by SuggestionsTextField.onChanged.
OnLongPressedCallback = void Function(Item i)
Used by ItemTags.OnLongPressed.
OnPressedCallback = void Function(Item i)
Used by ItemTags.onPressed.
OnRemovedCallback = bool Function()
Used by ItemTags.removeButton.onRemoved.
OnSubmittedCallback = void Function(String string)
Used by SuggestionsTextField.onSubmitted.