Adds a opacity filter effect.
value can be 'Dim.percent(50)' or 'Dim(0.5)'.
value
Filter applyOpacity(Dim value) { _filters.add(BackdropFilterType.opacity.cssText(value)); return this; }