maxhda-studio / dynamic_text_highlighting

Dynamic Text Highlighting (DTH) package for Dart & Flutter.
Apache License 2.0
35 stars 18 forks source link

colors array attribute #6

Open JanRegent opened 4 years ago

JanRegent commented 4 years ago

current pars: highlights: the words to be highlighted color: the highlight color

can you update it to? highlights: const ['this', 'demo', 'will'], colors: [Colors.yellow,Colors.lightblue,Colors.lightgreen],

Thanks a lot for your amazing work