desconexo / highlight_text

A flutter plugin to highlight words from a text
MIT License
30 stars 22 forks source link

:bulb: onPressed should be optional #23

Closed fleeser closed 2 years ago

fleeser commented 2 years ago

Hi! :wave: First of all: Great package! Helped me to highlight more than one word without the need of nesting the same widget over and over again like I have to with other packages. :thumbsup: Nevertheless I think the onPressed parameter should be optional, because in most of the use cases, the developer only wants to highlight text.

desconexo commented 2 years ago

Hi! This will be available soon. Thank you.