Daniel-Ioannou/flutter_adaptive_action_sheet

[IOS] set bottomSheetColor error

Closed this issue · 1 comments

When setting the bottomSheetColor, the transparent shadow will be replaced by this color on IOS

I fix the issue with the transparent shadow. barrierColor and backgroundColor is only for Android showCupertinoModalPopup doesn't support barrierColor or backgroundColor. Check more for here and in the documentation.
If you have another solution feel free to open pull request.