macosui / macos_ui

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

Tab view padding #285

Closed stMerlHin closed 2 years ago

stMerlHin commented 2 years ago

I add padding parameter to MacosTabView to allow setting custom. I am using macos_ui package in one of my apps and the default padding impact the ui. here is a screenshot of the app with the MacosTabView with the default padding and a DataTable as one of children MacosTabView with default padding

And here is the same app with custom padding

MacosTabView

Pre-launch Checklist

stMerlHin commented 2 years ago

Have made all changes.

stMerlHin commented 2 years ago

Very pleased to do such a little thing. Realy love your work.