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

☂️ Support new `ControlSize` enum in various widgets #408

Open GroovinChip opened 1 year ago

GroovinChip commented 1 year ago
### Tasks
- [ ] #386
- [ ] https://github.com/macosui/macos_ui/issues/446
- [ ] https://github.com/macosui/macos_ui/issues/449
GroovinChip commented 1 year ago

Radio buttons seem to support mini, small, and regular sizes, but I don't think it makes sense to use anything other than regular.

GroovinChip commented 1 year ago

Segmented control appears to support all sizes, but I'm unsure if it makes sense to support it there.