BackdropFilterLayer constructor

BackdropFilterLayer({@required ImageFilter filter })

Creates a backdrop filter layer.

The filter property must be non-null before the compositing phase of the pipeline.

Implementation

BackdropFilterLayer({ @required ui.ImageFilter filter }) : _filter = filter;