marcos930807 / awesomeDialogs

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

Add custom border feature #55

Closed Than-DE closed 3 years ago

Than-DE commented 3 years ago

Some additional customization via borders. Note that for the shape property it wouldn't let me use double ?? so I reverted back to just ? and : null

Would love to see this in production :)

marcos930807 commented 3 years ago

Hi @Than-DE thanks for the contribution, I made some changes to only pass the BorderSide property, tell me what you think.

Than-DE commented 3 years ago

@marcos930807 Oh interesting, that's a more elegant way. Makes sense to me! 👍