styleTag property

String styleTag

Implementation

String get styleTag => '''
<Style id="$styleId">
  <IconStyle id="mystyle">
    <Icon>
      <href>$icon</href>
      <scale>$scale</scale>
    </Icon>
  </IconStyle>
</Style>

''';