props property

  1. @override
Map<String, String> get props

Generates a CSS map entry for the filter.

Implementation

@override
Map<String, String> get props => {
  'backdrop-filter': cssText,
  '-webkit-backdrop-filter': cssText,
};