Customize the Flutter TextField text selection but

2019-06-14 12:21发布

问题:

I'm looking for a way to customize the flutter's text selection panel(e.g. copy, paste, select all). Especially, I want to add events for onCopy and onPaste actions.

标签: dart flutter