-
-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection controls #196
Selection controls #196
Conversation
@@ -119,9 +117,7 @@ class _FluentTextSelectionControlsToolbar extends StatefulWidget { | |||
} | |||
|
|||
class _FluentTextSelectionControlsToolbarState | |||
extends State<_FluentTextSelectionControlsToolbar> | |||
with SingleTickerProviderStateMixin { | |||
late AnimationController _ac; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the animation controller since it's no longer used on Win UI 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation is already provided for the selection controls. TextBox already uses |
It should be the inactive color tho |
Anyway, just no "blue" if the accent color is other ;) |
Pre-launch Checklist
dartfmt
on all changed filesCHANGELOG.md
with my changesflutter pub publish --dry-run
and addressed any warnings