You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue that using styled toast globally, this widget changing selection handle (droplet-like shape cursor under selected text) color that does not match with app theme. Yet StyledToast does not have option to changing its theme.
I'm having an issue that using styled toast globally, this widget changing selection handle (droplet-like shape cursor under selected text) color that does not match with app theme. Yet StyledToast does not have option to changing its theme.
While changing
textSelectionTheme
orcupertinoOverrideTheme
inThemeData.textSelectionTheme
will not fix this issue.Expected Output
Color of the selection handle match with app theme color. (Dark blue)
Actual Output
Color of the selection handle changed to purple.
The text was updated successfully, but these errors were encountered: