ronjb / selectable

A Flutter widget that enables text selection over all the text widgets it contains
MIT License
18 stars 14 forks source link

selection handlers' color #2

Closed wladmir closed 3 years ago

wladmir commented 3 years ago

Your package is awesome and very useful!

I'd like to suggest you to set the text selection handlers' color by using Theme.of(context).textSelectionTheme.selectionHandleColor or Theme.of(context).primaryColor . I think it would be just change line 219 in the text.selection.dart (release 0.1.1).

Best regards.

ronjb commented 3 years ago

@wladmir thanks for pointing that out! I'll make those changes for the next release.