GridPlacement constructor

const GridPlacement({
  1. LinePlacement? rowStart,
  2. LinePlacement? rowEnd,
  3. LinePlacement? columnStart,
  4. LinePlacement? columnEnd,
})

Implementation

const factory GridPlacement(
    {LinePlacement? rowStart,
    LinePlacement? rowEnd,
    LinePlacement? columnStart,
    LinePlacement? columnEnd}) = _LineGridPlacement;