backgroundFilter property

  1. @override
ImageFilter? backgroundFilter
final

An optional background filter applied to the sidebar.

This is typically combined with a translucent background in decoration to create a glassmorphic effect.

Implementation

@override
final ImageFilter? backgroundFilter;