Unverified Commit 7caaac20 authored by Chris Yang's avatar Chris Yang Committed by GitHub

link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter...

link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779)
parent c0f82297
......@@ -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.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment