GridShapeParams class

class to define grid shape params

Annotations

Constructors

GridShapeParams({int columns = 3, int columnsSpaceH = 0, int columnsSpaceV = 0})
const

Properties

columns int
Number of columns
final
columnsSpaceH int
Horizontal space between items
final
columnsSpaceV int
Vertical space between items
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? columns, int? columnsSpaceH, int? columnsSpaceV}) GridShapeParams
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