setTextWithStyle abstract method

void setTextWithStyle(
  1. TextStyle style, {
  2. required String text,
})

Sets the text with the given style for the placemark

text is a string in UTF-8 encoding

Implementation

void setTextWithStyle(
  mapkit_map_text_style.TextStyle style, {
  required core.String text,
});