DisplayLayout class

Constructors

DisplayLayout({required String id, required String parentId, required LayoutPosition position, required int offset})
DisplayLayout.fromJS(DisplayLayout _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the display.
getter/setter pair
offset int
The offset of the display along the connected edge. 0 indicates that the topmost or leftmost corners are aligned.
getter/setter pair
parentId String
The unique identifier of the parent display. Empty if this is the root.
getter/setter pair
position LayoutPosition
The layout position of this display relative to the parent. This will be ignored for the root.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → DisplayLayout
no setter

Methods

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