setBlurIntensity method
Sets the blur intensity.
amount: The intensity value (0.0 to 1.0).
Implementation
@override
Future<void> setBlurIntensity(double amount) async {
await methodChannel.invokeMethod<void>('setBlurIntensity', amount);
}
Sets the blur intensity.
amount: The intensity value (0.0 to 1.0).@override
Future<void> setBlurIntensity(double amount) async {
await methodChannel.invokeMethod<void>('setBlurIntensity', amount);
}