mono0926/adaptive_dialog

Make text selectable for Web

mono0926 opened this issue · 2 comments

Make text selectable for Web

It can be supported by using SelectionArea class - material library - Dart API.

Without it, it can be done by wrapping with SelectionArea on builder parameter.

I think this would also be useful on desktop or even mobile platforms.