Icon class

Implementers
Annotations
  • @JS('L.icon')

Constructors

Icon(IconOptions options)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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
createShadow([Element? oldIcon]) Element
As createIcon, but for the shadow beneath it.
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