InfoWindow class Null safety
Text labels for a Marker info window.
Constructors
- InfoWindow({String? title, String? snippet, VoidCallback? onTap, Offset? anchor})
-
const
Properties
- anchor → Offset?
-
The icon image point that will be the anchor of the info window when
displayed. [...]
final
- appleMapsInfoWindow → InfoWindow
-
read-only
- googleMapsInfoWindow → InfoWindow
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- onTap → VoidCallback?
-
onTap callback for this InfoWindow.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- snippet → String?
-
Additional text displayed below the title. [...]
final
- title → String?
-
Text displayed in an info window when the user taps the marker. [...]
final
Methods
-
copyWith(
{String? titleParam, String? snippetParam, Offset? anchorParam, VoidCallback? onTapParam}) → InfoWindow - Creates a new InfoWindow object whose values are the same as this instance, unless overwritten by the specified parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- noText → const InfoWindow
-
Text labels specifying that no text is to be displayed.
const InfoWindow()