pull_down_button
pull_down_button copied to clipboard
How to make the background color no blur with pure color?
How to make the background color no blur with pure color?
Hi @lucasjinreal
The only way to remove blur from the menu background is by providing a fully opaque color to PullDownMenuRouteTheme.backgroundColor.
@notDmDrl thanks, is there a way to remove the divider (tiny one) and make the icon and text reverse position? Icon on the front in row.
@lucasjinreal
As of version 0.9.0, small dividers are inserted automatically. This was done to match the default behavior in SwiftUI Menu API (in SwiftUI only big dividers are inserted manually), so unfortunately, it is impossible. It is, however, possible to manually control small divider placement in menus in versions before 0.9.0.
Icon and text in reverse position are not in iOS guidelines, so there is no way to do so by default. You can try to create your custom menu item based on existing code (here) with your specific design requirements.