DomPopupSourceFactory class

A factory that can createPopupSource from HTML elements.

Annotations
  • @Injectable()

Constructors

DomPopupSourceFactory(DomRuler _domRuler)

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

createPopupSource(HtmlElement sourceElement, {Alignment alignOriginX = Alignment.Start, Alignment alignOriginY = Alignment.Start, bool initAriaAttributes = true}) DomPopupSource
Returns a new DomPopupSource from sourceElement.
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