kfiross / flutter_holo_date_picker

A Flutter package of datepicker like Holo Theme in Android
MIT License
61 stars 77 forks source link

Automatic showing background color #32

Closed mrtarunsaraswat closed 3 years ago

mrtarunsaraswat commented 3 years ago

How can I remove this gray color ? color

sky1095 commented 3 years ago

+1, tried all available settings for color but no success, this originates in flutter 2.0.0+.

kfiross commented 3 years ago

@mrtarunsaraswat it's a good question, I didn't know that Flutter 2 will cause a UI problem :/ Maybe it's related that widgets are updated (Like RaisedButton is deprecated in favor of ElevatedButton) and therefore their style config is a bit different