infoWindowTitle property

String? infoWindowTitle
final

Displays Marker's InfoWindow displaying infoWindowTitle when tapped on MarkerIconInfo.

The info window is not rendered if infoWindowTitle is null.

Defaults to null.

Implementation

final String? infoWindowTitle;