setFillTunnelStructureColor method
The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".
Implementation
@experimental
Future<void> setFillTunnelStructureColor(int fillTunnelStructureColor) =>
_annotationMessenger.setFillTunnelStructureColor(
id, fillTunnelStructureColor);