mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779)
This commit is contained in:
parent
c0f822976f
commit
7caaac20ce
@ -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.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user