Affix class

Inheritance

Constructors

Affix(Element element, {int? offsetTop()?, int? offsetBottom()?})

Properties

$element → ElementQuery
The dquery object of element. Equivalent to $(element).
finalinherited
element Element
The element which component wires to.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
offsetBottom → _AsInt
final
offsetTop → _AsInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPosition() → void
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

Static Methods

use() → void
Register to use Affix component.
wire(Element element, [Affix? create()?]) Affix?