MasonryItem class

Available Extensions

Constructors

MasonryItem(dynamic element, int? _width, int? _height)
MasonryItem.from(dynamic element)
factory
MasonryItem.fromDOMElement(DOMElement element)
factory
MasonryItem.fromElement(Element? element)
factory

Properties

element → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
height int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
no setter

Methods

checkChangedDimension() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateDimensions() → void

Operators

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