getLineTrimColor method

  1. @experimental
Future<int?> getLineTrimColor()

The color to be used for rendering the trimmed line section that is defined by the line-trim-offset property. Default value: "transparent".

Implementation

@experimental
Future<int?> getLineTrimColor() => _annotationMessenger.getLineTrimColor(id);