Skip to content

Commit

Permalink
tags getter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaTeS72 committed Jan 25, 2024
1 parent 50e09dc commit b744f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/tagger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ class FlutterTaggerController extends TextEditingController {
late final Trie _trie = Trie();
late Map<TaggedText, String> _tags;

Map<TaggedText, String> get tags => _tags;

late Map<String, TextStyle> _tagStyles;

void _setTagStyles(Map<String, TextStyle> tagStyles) {
Expand Down

0 comments on commit b744f9f

Please sign in to comment.