Skip to content

πŸ› The WindowsIcons.chrome_restore icon is not displaying correctly; instead, it shows FluentIcons.chrome_restore.Β #1269

@BasterHapy

Description

@BasterHapy

Describe the bug
The WindowsIcons.chrome_restore icon is not displaying correctly. Instead of the expected Windows-style icon, the FluentIcons.chrome_restore icon (which has a different visual style) is being rendered.

To Reproduce
Steps to reproduce the behavior:

  1. Use an IconButton widget with the WindowsIcons.chrome_restore icon.
  2. Specifically, use the following code snippet:
    IconButton(
      icon: WindowsIcon(WindowsIcons.chrome_restore),
      onPressed: windowManager.close,
    ),
  3. Run the application.
  4. Observe that the button displays the Fluent-style restore icon instead of the correct Windows-style one.

Expected behavior
The IconButton should correctly display the Windows-style window restore icon ( WindowsIcons.chrome_restore ).

Screenshots

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions