MarkerIcon class

Optional Marker icon.

Constructors

MarkerIcon({String? assetName, Uint8List? assetBytes, int width = 0, int height = 0})
const

Properties

assetBytes Uint8List?
The assetBytes argument must not be null if assetName is null. File should be of type png
final
assetName String?
The assetName argument must not be null if assetBytes is null. It should name the main asset from the set of images to choose from. File should be of type png
final
hashCode int
The hash code for this object.
no setteroverride
height int
The height argument is optional. It is the desired height in pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The width argument is optional. It is the desired width in pixels.
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

Operators

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