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
And here is the same app with custom padding
Pre-launch Checklist
[x] I have run dartfmt on all changed files
[x] I have incremented the package version as appropriate and updated CHANGELOG.md with my changes
[x] I have added/updated relevant documentation
[x] I have run "optimize/organize imports" on all changed files
[x] I have addressed all analyzer warnings as best I could
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
And here is the same app with custom padding
Pre-launch Checklist
dartfmt
on all changed filesCHANGELOG.md
with my changes