InfoWindow class

Constructors

InfoWindow({String? title, String? snippet, Offset anchor = const Offset(0.5, 0.0), VoidCallback? onClick, VoidCallback? onLongClick, VoidCallback? onClose})
const

Properties

anchor Offset
final
hashCode int
The hash code for this object.
no setteroverride
onClick VoidCallback?
final
onClose VoidCallback?
final
onLongClick VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
final
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCopy({String? title, String? snippet, Offset? anchor, VoidCallback? onClick, VoidCallback? onLongClick, VoidCallback? onClose}) InfoWindow

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

noText → const InfoWindow