offsetsLand property

Map<int, int> offsetsLand
getter/setter pair

Columns offset for each grid type and the device is landscape

Implementation

Map<int, int> offsetsLand = {
  xs: 0,
  sm: 0,
  md: 0,
  lg: 0,
  xl: 0,
  xxl: 0,
  xxxl: 0,
};