CellAlignments.uniform constructor

const CellAlignments.uniform(
  1. Alignment alignment
)

Same alignment for each cell.

Implementation

const CellAlignments.uniform(Alignment alignment)
    : this.fixed(
        contentCellAlignment: alignment,
        stickyColumnAlignment: alignment,
        stickyRowAlignment: alignment,
        stickyLegendAlignment: alignment,
      );