setBlurIntensity method

Future<void> setBlurIntensity(
  1. double amount
)

Sets the blur intensity.

  • amount: The intensity value (0.0 to 1.0).

Implementation

Future<void> setBlurIntensity(double amount) {
  throw UnimplementedError('setBlurIntensity() has not been implemented.');
}