TagInputNotifier constructor
TagInputNotifier(
- TagField widget
Implementation
TagInputNotifier(this.widget) {
_tags = List.from(widget.initialTags);
}
TagInputNotifier(this.widget) {
_tags = List.from(widget.initialTags);
}