search_keyword_text 0.0.1
search_keyword_text: ^0.0.1 copied to clipboard
A new Flutter project.

SearchKeywordText(
text: 'Lucy',
keyText: 'l',
style: TextStyle(
color: Colors.black,
),
keyStyle: TextStyle(
color: Colors.blue,
),
)