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