setLineCutoutFadeWidth method
The width of the cutout fade effect as a proportion of the cutout width. Default value: 0.4. Value range: 0, 1
Implementation
@experimental
Future<void> setLineCutoutFadeWidth(double lineCutoutFadeWidth) =>
_annotationMessenger.setLineCutoutFadeWidth(id, lineCutoutFadeWidth);