Skip to content
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

When arrow on the top right of bubble it should not show a rounded corner #475

Open
basvdijk opened this issue Sep 16, 2024 · 2 comments
Open

Comments

@basvdijk
Copy link

Describe the bug

When there is an item on the far right of the screen. The bubble should not have a rounded corner on the top right.

To Reproduce
Add an action button to the far right of the toolbar

Expected behavior
No rounded corner on the top right when the arrow is shown on the right. Guess this could be the same with the left side.

Screenshots
image

Desktop (please complete the following information):

  • OS: iOS

Smartphone (please complete the following information):

  • Device: iPhone
  • OS: 17
@aditya-css
Copy link
Collaborator

Hi @basvdijk,

Can you please let me know which version of this package are you using?

Also, please share with me a minimal reproducible code so that I can look more into this since the issue is not seen in the example code. Thanks.

@aditya-css aditya-css added the more-info-required Provide more information label Sep 29, 2024
@basvdijk
Copy link
Author

@aditya-css using package version 3.3.0

This is example code for an action button in the appBar aligned on the right side:

return Scaffold(
  drawer: const DrawerMenu(),
  appBar: AppBar(
    iconTheme: const IconThemeData(color: Colors.white),
    backgroundColor: Colors.brown,
    actions: [
      Showcase(
        key: _tourRestart,
        description: 'restart',
        child: IconButton(
          icon: const Icon(Icons.refresh),
          onPressed: () {}
        ),
      ),
    ],
  ),

@aditya-css aditya-css removed the more-info-required Provide more information label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants