marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
340 stars 109 forks source link

single OK button get a sizebox on left #3

Closed The-five-stooges closed 4 years ago

The-five-stooges commented 4 years ago

btnCancel != null ? Expanded( child: btnCancel ?? Container(), ) : Container(), SizedBox( width: 10, ), btnOk != null ? Expanded( child: btnOk, ) : Container(), thanks for you awesome work! 👍
there has a little suggestion: when there is only a single button, the sizedbox should be invisible

marcos930807 commented 4 years ago

Tanks for raise an issue i will uplaod now the suggestion

marcos930807 commented 4 years ago

This is fixed on 0.1.0