getLineCutoutFadeWidth method

  1. @experimental
Future<double?> getLineCutoutFadeWidth()

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<double?> getLineCutoutFadeWidth() =>
    _annotationMessenger.getLineCutoutFadeWidth(id);