-
Notifications
You must be signed in to change notification settings - Fork 461
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
Comments
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 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: () {}
),
),
],
), |
Hi @basvdijk, This PR will provide a way to fix this issue by adjusting the margin around the tooltip. For now, there are a couple of ways you can fix this issue using the released version.
|
…. (#480) Co-authored-by: Vatsal Tanna <[email protected]>
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
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: