CellPosition class abstract

A ResponsiveLayoutCell has a CellPosition. There are 2 types:

  • nextColumn: The cell is to be positioned on the next available column. This could be on the next row if there aren't enough empty columns on the current row.
  • nextRow: The cell is to be positioned on a new row. You can set the RowAlignment or RowHeight for every new row.
Implementers

Constructors

CellPosition()
const
CellPosition.nextColumn()
factory
CellPosition.nextRow({RowAlignment rowAlignment = RowAlignment.left, RowHeight rowHeight = const RowHeightHighestCell()})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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