marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Dialogcolor #54

Closed Than-DE closed 3 years ago

Than-DE commented 3 years ago

As described in issue #53

marcos930807 commented 3 years ago

hi @Than-DE, thanks for the PR. You could change this in the PR, I think it would align better with the way the lib is implemented. dialogBackgroundColor == null ? Theme.of(context).cardColor : dialogBackgroundColor, by dialogBackgroundColor ?? Theme.of(context).cardColor

Than-DE commented 3 years ago

Done. Thanks for the tip, you always learn every day :)