StackLaying class

The way to tile items.

Constructors

StackLaying({required int itemPositionNumberAtTop, bool infoItemAtTop = false})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
infoItemAtTop → bool
Defines wether an info item is at the top or at the bottom.
final
itemPositionNumberAtTop → int
Which item position is at the top. Other items are at the bottom.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

first → const StackLaying
last → const StackLaying