Make text selectable for Web
mono0926 opened this issue · 2 comments
mono0926 commented
Make text selectable for Web
mono0926 commented
It can be supported by using SelectionArea class - material library - Dart API.
- define AdaptiveSelectionMode enum
- none
- webOnly(default)
- all
- Add
AdaptiveSelectionMode selectionMode
property- each function
- AdaptiveDialog configuration class
Without it, it can be done by wrapping with SelectionArea on builder parameter.
cbenhagen commented
I think this would also be useful on desktop or even mobile platforms.