colXs property

int get colXs

Implementation

int get colXs {
  return _colXs ?? _getMinCols(Breakpoint.xs) ?? 12;
}