Creates a backdrop filter.
The filter argument must not be null.
Source
BackdropFilter({
Key key,
@required this.filter,
Widget child
}) : super(key: key, child: child) {
assert(filter != null);
}
Creates a backdrop filter.
The filter argument must not be null.
BackdropFilter({
Key key,
@required this.filter,
Widget child
}) : super(key: key, child: child) {
assert(filter != null);
}