filter property Null safety
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;
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.
final ui.ImageFilter? filter;