BsOffsetConfig.all constructor

const BsOffsetConfig.all(
  1. int offset
)

Shortcut: applies the same column offset across all breakpoints.

Implementation

const BsOffsetConfig.all(int offset)
    : xs = offset,
      sm = offset,
      md = offset,
      lg = offset,
      xl = offset,
      xxl = offset;