rydmike / flex_color_picker

A highly customizable Flutter color picker.
BSD 3-Clause "New" or "Revised" License
198 stars 41 forks source link

fix show correct height when widget showing in a dialog. #83

Closed Skilling-Kiss closed 3 months ago

Skilling-Kiss commented 3 months ago

It will take up all of the screen height when didn't set up on the windows platform.

rydmike commented 3 months ago

Hi @Skilling-Kiss, sorry for the slow burn on this PR.

This change might not really be needed very often due to how the layout of the widget is used. Still I will merge the PR, there may be a point with it in some cases. I will however after merging it, before publishing a new version, make it a property users can modify. The property will default to the Column's current default MainAxisSize.max, but you will be able to provide MainAxisSize.min if and when so needed.

Thank you for your contribution.