Widget buildBackdropFilter(Widget current) => BackdropFilter(blendMode: blendMode, filter: filter!, child: current);