Skip to content

Commit 7caaac2

Browse files
author
Chris Yang
authored
link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779)
1 parent c0f8229 commit 7caaac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter/lib/src/widgets/basic.dart

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

0 commit comments

Comments
 (0)