Sets the strength of the bloom.
@override Future<void> setBloom(double bloom) async { await _shim.setBloom(bloom).toDart; }