setBloom method

  1. @override
Future setBloom(
  1. double bloom
)
override

Sets the strength of the bloom.

Implementation

@override
Future setBloom(double bloom) {
  // TODO: implement setBloom
  throw UnimplementedError();
}