Skip to content

[Widget Inspector] Update Select Widget Mode icon #9192

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elliette
Copy link
Member

Uses the same unicode symbol as flutter/flutter#168847

Screenshot 2025-05-15 at 10 37 44 AM

@elliette elliette requested a review from a team as a code owner May 15, 2025 17:44
@elliette elliette requested review from kenzieschmoll and removed request for a team May 15, 2025 17:44
@@ -445,7 +444,7 @@ final toggleOnDeviceWidgetInspector =
// toggling widget select mode as it is the only way to toggle that mode.
title: 'Select Widget Mode',
shortTitle: 'Select',
iconData: CupertinoIcons.cursor_rays,
iconData: const IconData(0x1F74A),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you put this in a named const so we can add dart doc to make it clear why we are using this icon and that we shouldn't change it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants