setLineCutoutFadeWidth method

  1. @experimental
Future<void> setLineCutoutFadeWidth(
  1. double lineCutoutFadeWidth
)

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);