filter property

ImageFilter? filter
final

The filter to add to the barrier.

If given, this filter will be applied to the modal barrier using BackdropFilter. This allows blur effects, for example.

Implementation

final ui.ImageFilter? filter;