colLg property

int get colLg

Columns for large screens.

Implementation

int get colLg {
  return _colLg ?? _getMinCols(Breakpoint.lg) ?? 6;
}