InfoWindow constructor
const
InfoWindow({
- String? title,
- String? snippet,
- Offset anchor = const Offset(0.5, 0.0),
- VoidCallback? onTap,
Creates an immutable representation of a label on for Marker.
Implementation
const InfoWindow({
this.title,
this.snippet,
this.anchor = const Offset(0.5, 0.0),
this.onTap,
});