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

YaruPopupMenuButton: replace borderRadius with style #620

Merged
merged 1 commit into from Feb 14, 2023
Merged

YaruPopupMenuButton: replace borderRadius with style #620

merged 1 commit into from Feb 14, 2023

Conversation

jpnurmi
Copy link
Member

@jpnurmi jpnurmi commented Feb 14, 2023

For example:

YaruPopupMenuButton<MyEnum>(
  style: OutlinedButton.styleFrom(
    shape: RoundedRectangleBorder(
      side: const BorderSide(color: Colors.red, width: 2),
      borderRadius: BorderRadius.circular(20),
    ),
  ),
  // ...
),

image

Ref: #616

Copy link
Member

@Feichtmeier Feichtmeier left a comment

Choose a reason for hiding this comment

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

yes! ty

@Feichtmeier Feichtmeier merged commit afd16a6 into ubuntu:main Feb 14, 2023
@jpnurmi jpnurmi deleted the popup-menu-button-style branch February 14, 2023 19:18
@jpnurmi jpnurmi mentioned this pull request Feb 15, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants