getLineTrimColor method

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

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