GridPlacement constructor
const
GridPlacement({
- LinePlacement? rowStart,
- LinePlacement? rowEnd,
- LinePlacement? columnStart,
- LinePlacement? columnEnd,
Creates a placement by specifying start/end lines for rows and columns using LinePlacement values.
Implementation
const factory GridPlacement({
LinePlacement? rowStart,
LinePlacement? rowEnd,
LinePlacement? columnStart,
LinePlacement? columnEnd,
}) = _LineGridPlacement;