S360fGridColSize.consistent constructor

S360fGridColSize.consistent(
  1. int cols
)

Implementation

factory S360fGridColSize.consistent(int cols) {
  return S360fGridColSize(
    xs: cols,
    sm: cols,
    md: cols,
    lg: cols,
    xl: cols,
    xxl: cols,
  );
}