calendar_appbar
calendar_appbar copied to clipboard
Remove white space beneath widget
This is a beautifully working package. However I'd like to be able to remove the white space below the dates. I think this is probably there so the selected date can overlap, but it makes it very hard to theme when the body of the scaffold has a color value other than white.
Additionally, I'd like to be able to reduce the padding in the selected date so it does NOT overlap so much. Thanks for this awesome package.
I ended up making this package local to my project and altering the height of the appbar container and making the first child Positioned widget the same height. This fixed it for my needs.