alanchan-dev / OmniDateTimePicker

A Flutter DateTime picker package.
MIT License
46 stars 64 forks source link

Add a Padding param #51

Closed LegionTesta closed 3 months ago

LegionTesta commented 7 months ago

Currently there is a default padding that we can't remove. It is impossible to make it smaller, and to make it bigger we need to change the box constraints. Add a padding param so we can customize vertical and horizontal padding of the dialog.

rnetodocutools commented 3 months ago

Up!

alanchan-dev commented 3 months ago

Added in v2.0.0, dialogs now have padding and insetPadding