globalMarkerTexts property

List<MarkerText> globalMarkerTexts
final

List of global markers

Implementation

static final List<MarkerText> globalMarkerTexts = [
  MarkerText(marker: '*', style: TextStyle(fontWeight: FontWeight.bold)),
  MarkerText(marker: '/', style: TextStyle(fontStyle: FontStyle.italic))
];