TextFieldTagsController constructor

TextFieldTagsController()

Implementation

TextFieldTagsController()
    : tags = {},
      tagStates = {
        'show_prefix_icon': false,
        'show_validator': false,
        'error': {
          'error_text': '',
          'error_style': const TextStyle(color: Colors.red),
        },
      };