fromNative static method
Implementation
static ArrowManeuverStyle fromNative(ArrowManeuverStyleNative native) {
return ArrowManeuverStyle(to_platform.toPlatformColor(native.fillColor),
to_platform.toPlatformColor(native.outlineColor),
outlineWidth: native.outlineWidth,
length: native.length,
triangleHeight: native.triangleHeight,
enabled: native.enabled);
}