-
In the material library, we have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We export material's There isn't much to do since a selectable text is not a native control. Tho, there is flutter/flutter#99231, which is an issue with Flutter and would improve the look and feel for selectable texts. The behavior I described in the issue is the default for Windows. There may be the possibility to map material's |
Beta Was this translation helpful? Give feedback.
We export material's
SelectableText
. In fact, we even use it in the example app.There isn't much to do since a selectable text is not a native control. Tho, there is flutter/flutter#99231, which is an issue with Flutter and would improve the look and feel for selectable texts. The behavior I described in the issue is the default for Windows.
There may be the possibility to map material's
SelectableText
to use theFluentThemeData.accentColor
by default, but that seems such an overhead.