Closed ali-raza-flutter closed 4 years ago
@imtoori dialogSize property only changes the height, it does not change the width on flutter web.
It's a Material Modal Bottom Sheet's issue, If you wrap SelectionDialog in Center Widget that fixes the issue
Originally posted by @ali-raza-flutter in https://github.com/imtoori/CountryCodePicker/issues/59#issuecomment-717760133
Thanks for the heads up For the next time consider opening a pull request :) it would be nice both for you and the maintainer of the project
Thanks for the quick response. I will keep that in mind 👍
@imtoori dialogSize property only changes the height, it does not change the width on flutter web.
It's a Material Modal Bottom Sheet's issue, If you wrap SelectionDialog in Center Widget that fixes the issue
Originally posted by @ali-raza-flutter in https://github.com/imtoori/CountryCodePicker/issues/59#issuecomment-717760133