macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.81k stars 178 forks source link

Refactor `PushButton` API surface for variant clarity #444

Open GroovinChip opened 1 year ago

GroovinChip commented 1 year ago

According to the Sonoma Figma Kit, there are three variants of push buttons:

Push Buttons

Styling Requirements:

Implementation Steps

### Tasks
- [ ] Introduce `PushButtonVariant` enum
- [ ] Remove `color` property
- [ ] Remove `isSecondary` property
- [ ] Apply styling requirements