trilliumlab / forest-park-reports-app

A hazard-tracking app for Forest Park, Portland
MIT License
1 stars 1 forks source link

Fix FAB opacity jumping on Cupertino #21

Closed elliotnash closed 4 months ago

elliotnash commented 4 months ago

Since PlatformFAB renders a BackdropFilter on cupertino, if it is wrapped in an opacity widget the backdrop filter can no longer read the backdrop.

https://github.com/flutter/flutter/issues/31706

Moves opacity to a child of BackdropFilter.