We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f8229 commit 7caaac2Copy full SHA for 7caaac2
packages/flutter/lib/src/widgets/basic.dart
@@ -539,6 +539,7 @@ class ShaderMask extends SingleChildRenderObjectWidget {
539
/// * [ImageFiltered], which applies an [ImageFilter] to its child.
540
/// * [DecoratedBox], which draws a background under (or over) a widget.
541
/// * [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.
543
class BackdropFilter extends SingleChildRenderObjectWidget {
544
/// Creates a backdrop filter.
545
///
0 commit comments