link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779)

This commit is contained in:
Chris Yang 2022-10-20 13:51:15 -07:00 committed by GitHub
parent c0f822976f
commit 7caaac20ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -539,6 +539,7 @@ class ShaderMask extends SingleChildRenderObjectWidget {
/// * [ImageFiltered], which applies an [ImageFilter] to its child.
/// * [DecoratedBox], which draws a background under (or over) a widget.
/// * [Opacity], which changes the opacity of the widget itself.
/// * https://flutter.dev/go/ios-platformview-backdrop-filter-blur for details and restrictions when an iOS PlatformView needs to be blurred.
class BackdropFilter extends SingleChildRenderObjectWidget {
/// Creates a backdrop filter.
///