ItemLayout class

Constructors

ItemLayout({int? startX, int? startY, required int width, required int height, int minWidth = 1, int minHeight = 1, int? maxHeight, int? maxWidth})
ItemLayout.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
maxHeight int?
final
maxWidth int?
final
minHeight int
final
minWidth int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startX int
final
startY int
final
width int
final

Methods

copyWithDimension({int? width, int? height}) ItemLayout
copyWithStarts({int? startX, int? startY}) ItemLayout
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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