Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 285 Bytes

img

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