DivIconOptions class

Inheritance
Annotations
  • @JS()
  • @anonymous

Constructors

DivIconOptions({String? html, Point? bgPos, Point? iconSize, Point? iconAnchor, Point? popupAnchor, Point? tooltipAnchor, String? className})
factory

Properties

bgPos Point
Optional relative position of the background, in pixels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
html String
Custom HTML code to put inside the div element, empty by default.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createIcon([Element? oldIcon]) Element
Called internally when the icon has to be shown. returns a HTML element styled according to the options
inherited
createShadow([Element? oldIcon]) Element
As createIcon, but for the shadow beneath it.
inherited
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.
inherited