toggleScreenshotWithBlur method
Implementation
@override
Future<bool> toggleScreenshotWithBlur({double blurRadius = 30.0}) async {
_isOverlayModeOn = !_isOverlayModeOn;
_applyEffective();
return _isOverlayModeOn;
}
@override
Future<bool> toggleScreenshotWithBlur({double blurRadius = 30.0}) async {
_isOverlayModeOn = !_isOverlayModeOn;
_applyEffective();
return _isOverlayModeOn;
}